@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

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

body {
  position: relative;
  background-color: #fff;
/*  background-image: url(../images/logo_symbol_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-attachment: fixed;*/
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", san-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

strong, b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a {
/*  color: #146eb4;*/
	color: #ff6600;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ef4667;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
}

dd {
  margin-left: 0;
}

img {
  vertical-align: bottom;
  border-style: none;
  line-height: 1;
}

svg {
  vertical-align: middle;
  fill: currentColor;
}

.responsive {
  width: 100%;
  height: auto;
}

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

html.js .outer-container {
  opacity: 0;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-sm,
.container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-sm,
.container-md,
.container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1140px;
  }
}

.xs-inline,
.xs-inline-block,
.xs-block,
.xs-flex,
.md-inline,
.md-inline-block,
.md-block,
.md-flex,
.lg-inline,
.lg-inline-block,
.lg-block,
.lg-flex {
  display: none;
}

@media (max-width: 360px) {
  .xs-inline {
    display: inline !important;
  }
  .xs-inline-block {
    display: inline-block !important;
  }
  .xs-block {
    display: block !important;
  }
  .xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .md-inline {
    display: inline !important;
  }
  .md-inline-block {
    display: inline-block !important;
  }
  .md-block {
    display: block !important;
  }
  .md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 769px) {
  .lg-inline {
    display: inline !important;
  }
  .lg-inline-block {
    display: inline-block !important;
  }
  .lg-block {
    display: block !important;
  }
  .lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*	Loading Splash
----------------------------------------------------- */
html.no-js #splash {
  display: none;
}

html.js #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
  color: #999;
}

html.js #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html.js #splash_logo img {
  width: 60px;
}

@keyframes loading_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_rotate {
  animation: loading_anime 2s linear infinite;
}

/*	Navigation		ブレークポイント: 992px (lg)
----------------------------------------------------- */
.navbar {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.nav-container {
  position: relative;
  padding: 1rem 1.5rem;
  width: 100%;
  max-height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
	color: #fff;
	background: #232584 url("../images/background_header.jpg") no-repeat 50% 0%/100% auto;
}
.nav-container a {
  color: #fff;
  text-decoration: none;
}

.navbar-brand {
  flex: 0 1 50vw;
}
.navbar-brand img {
  width: auto;
  max-height: 4rem;
}

.navbar-toggler {
  flex: 0 1 3rem;
  padding: 1.5rem 1rem;
	border-radius: 3px;
}
.navbar-toggler.fixed {
  position: fixed;
  top: 0.8rem;
  right: 1.5rem;
  z-index: 9998;
	background-color: #232584;
}

.navbar-toggle-icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.navbar-toggle-icon:nth-child(1) {
  top: 0;
}

.navbar-toggle-icon:nth-child(2) {
  margin: 8px 0;
}

.navbar-toggle-icon:nth-child(3) {
  top: 0;
}

.navbar-toggler.open .navbar-toggle-icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.open .navbar-toggle-icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar-toggler.open .navbar-toggle-icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler.fixed-top {
  mix-blend-mode: difference;
}
.navbar-toggler.fixed-top .navbar-toggle-icon {
  background: #232584;
}

ul.navbar-nav,
ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.navbar-menu li,
ul.footer-menu li {
  font-family: "Dosis" !important;
  font-weight: 500;
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    background: #397ee5;
    opacity: 0;
    transform: translateX(-110%);
    transition: all ease 0.5s;
    z-index: 1050 !important;
  }
  .navbar-collapse.open {
    opacity: 1;
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
  ul.navbar-menu li {
    border-bottom: 1px solid #5b97f0;
  }
  ul.navbar-menu li:last-of-type {
    border-bottom: 0 solid;
  }
  ul.navbar-menu li a {
    display: block;
    padding: 15px 0;
    font-size: 1.286em;
    text-align: center;
    outline: none;
    color: #fff;
	  text-transform:uppercase;
  }
  ul.navbar-menu li a:hover, ul.navbar-menu li a:focus, ul.navbar-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  .navbar ul.sns-list {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-container {
    height: 8rem;
    max-height: 10rem;
  }
  .navbar-brand {
    flex: 0 1 100px;
    text-align: center;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    max-width: calc(100% - 200px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateX(0);
  }
  ul.navbar-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  ul.navbar-nav li {
    flex: 0 1 auto;
    margin: 0;
  }
  ul.navbar-nav a {
    color: #fff;
	  text-transform:uppercase;
  }
  ul.navbar-menu {
    flex-wrap: wrap;
  }
  ul.navbar-menu a {
    position: relative;
    display: inline-block;
    padding: 10px 12px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all ease 0.5s;
    /* ボーダーラインアニメーション */
  }
  ul.navbar-menu a:visited, ul.navbar-menu a:focus, ul.navbar-menu a:active {
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s;
  }
  ul.navbar-menu a:hover {
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s;
  }
  ul.navbar-menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 3px;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: left top;
  }
  ul.navbar-menu a.current::after {
    background: #44aeea;
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
  ul.navbar-menu a:hover::after {
    background: #fff;
    transform: scale(1, 1);
  }
}
/*	SNS List
----------------------------------------------------- */
ul.sns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
ul.sns-list > li {
  line-height: 1;
  vertical-align: middle;
}

.navbar .sns-list li,
.footer-nav .sns-list li {
  flex: 0 1 auto;
  margin: 0 1.2rem;
}
.navbar .sns-list a,
.footer-nav .sns-list a {
  color: #fff;
}
.navbar .sns-list a img,
.footer-nav .sns-list a img {
  transition: all 0.3s;
}
.navbar .sns-list a:hover img,
.footer-nav .sns-list a:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}

.navbar .sns-list {
  justify-content: flex-end;
  margin-left: 40px;
}

.md-block .sns-list {
  margin: 4rem 0 6rem;
  justify-content: center;
}
.md-block .sns-list > li {
  margin: 0 1rem;
}
.md-block .sns-list > li a {
  color: #333;
}

.footer-nav .sns-list {
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 991px) {
  ul.sns-list a img {
    width: 30px;
    height: auto;
  }
}
@media (min-width: 992px) {
  ul.sns-list a img {
    width: 32px;
    height: auto;
  }
  .sns-line {
    display: none;
  }
}
/*	Footer
----------------------------------------------------- */
footer {
  padding: 4rem 1.5rem;
	background: #232584 url("../images/background_header.jpg") no-repeat center top/auto 100%;
  color: #fff;
  text-align: center;
}
footer .logo {
  width: 20rem;
  margin: 0 auto;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .copyright {
  margin-top: 30px;
}

@media (max-width: 991px) {
  footer {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  footer {
    margin-top: 10rem;
    padding: 6rem 1.5rem;
	  background: #232584 url("../images/background_header.jpg") no-repeat center top/100% auto;
  }
  footer .logo {
    width: 40rem;
  }
}
ul.footer-menu {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.footer-menu li {
  flex: 0 1 auto;
  margin: 0 8px;
}
ul.footer-menu a {
  font-size: 1.143em;
  color: #fff;
	text-transform:uppercase;
  transition: all ease 0.5s;
}
ul.footer-menu a:visited, ul.footer-menu a:focus, ul.footer-menu a:active {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
}
ul.footer-menu a:hover {
  color: #e63273;
  text-decoration: none;
  transition: all ease 0.5s;
}

@media (max-width: 991px) {
  ul.footer-menu a {
    font-size: 0.857em;
  }
}
@media (min-width: 992px) {
  ul.footer-menu li {
    margin: 0 12px;
  }
}
/*	Scroll button
----------------------------------------------------- */
.fixed-scroll-btn {
  position: fixed;
  bottom: 0;
  z-index: 900;
  cursor: pointer;
}
.fixed-scroll-btn .fa-stack {
  font-size: 1.5em;
}
.fixed-scroll-btn .fa-circle {
  color: #064acb;
}
.fixed-scroll-btn .fa-chevron-up {
  color: #ffffff;
}

@media (max-width: 991px) {
  .fixed-scroll-btn {
    right: 10px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .fixed-scroll-btn {
    right: 30px;
    padding-bottom: 30px;
  }
}
/*	Main Visual
----------------------------------------------------- */
.main-header {
  position: relative;
}

@media (max-width: 991px) {
  .main-header {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .main-header {
    margin-bottom: 0rem;
  }
}
.main-visual {
  position: relative;
}
.main-visual picture source,
.main-visual img {
  width: 100%;
  height: auto;
}

/*	Animation
----------------------------------------------------- */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

/*	Slick Slider
----------------------------------------------------- */
.home-slider .slick__inner img {
  width: 100%;
  height: auto;
}
.home-slider .slick-prev,
.home-slider .slick-next {
  top: 50% !important;
}

@media (max-width: 480px) {
  .home-slider {
    margin: 10px 0 40px;
  }
  .home-slider .slick__inner {
    padding: 10px;
  }
  .home-slider .slick-prev {
    left: 12%;
  }
  .home-slider [dir='rtl'] .slick-prev {
    right: 12%;
    left: auto;
  }
  .home-slider .slick-next {
    right: 12%;
  }
  .home-slider [dir='rtl'] .slick-next {
    right: auto;
    left: 12%;
  }
}
@media (min-width: 481px) {
  .home-slider {
    margin: 30px 0 90px;
  }
  .home-slider .slick__inner {
    padding: 10px 20px;
  }
  .home-slider .slick-prev {
    left: 27.2%;
  }
  .home-slider [dir='rtl'] .slick-prev {
    right: 27.2%;
    left: auto;
  }
  .home-slider .slick-next {
    right: 27.2%;
  }
  .home-slider [dir='rtl'] .slick-next {
    right: auto;
    left: 27.2%;
  }
}

/*	JS Text Effect
----------------------------------------------------- */
.text-effect {
  position: relative;
  opacity: 0;
}

.text-effect span {
  opacity: 0;
}

/*	Animation Sets
----------------------------------------------------- */
@-webkit-keyframes iconHoverB {
  0% {
    right: 10px;
  }
  50% {
    right: 6px;
  }
  100% {
    right: 10px;
  }
}
@keyframes iconHoverB {
  0% {
    right: 10px;
  }
  50% {
    right: 6px;
  }
  100% {
    right: 10px;
  }
}
@-webkit-keyframes iconHoverB_bg {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes iconHoverB_bg {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes iconHoverA {
  0% {
    right: 9px;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 9px;
  }
}
@keyframes iconHoverA {
  0% {
    right: 9px;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 9px;
  }
}
@-webkit-keyframes iconHoverA_bg {
  0% {
    border-color: #fff;
  }
  100% {
    border-color: #fff;
  }
}
@keyframes iconHoverA_bg {
  0% {
    border-color: #fff;
  }
  100% {
    border-color: #fff;
  }
}
@-webkit-keyframes backbtnB {
  0% {
    left: 10px;
  }
  50% {
    left: 6px;
  }
  100% {
    left: 10px;
  }
}
@keyframes backbtnB {
  0% {
    left: 10px;
  }
  50% {
    left: 6px;
  }
  100% {
    left: 10px;
  }
}
@-webkit-keyframes backbtnA {
  0% {
    left: 9px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 9px;
  }
}
@keyframes backbtnA {
  0% {
    left: 9px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 9px;
  }
}
@-webkit-keyframes morebtn {
  0% {
    bottom: 9px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 9px;
  }
}
@keyframes morebtn {
  0% {
    bottom: 9px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 9px;
  }
}
@-webkit-keyframes linkfirebtnB {
  0% {
    right: -5px;
  }
  50% {
    right: -9px;
  }
  100% {
    right: -5px;
  }
}
@keyframes linkfirebtnB {
  0% {
    right: -5px;
  }
  50% {
    right: -9px;
  }
  100% {
    right: -5px;
  }
}
@-webkit-keyframes linkfirebtnA {
  0% {
    right: -6px;
  }
  50% {
    right: -10px;
  }
  100% {
    right: -6px;
  }
}
@keyframes linkfirebtnA {
  0% {
    right: -6px;
  }
  50% {
    right: -10px;
  }
  100% {
    right: -6px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes passingBox {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passingBox {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passingImg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passingImg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*	View All Button
----------------------------------------------------- */
@media (min-width: 992px) {
  .view-all-button {
    margin-top: 2rem;
  }
}
.arrow_button_link,
.arrow_button_icon,
.arrow_button_icon + span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow_button_link {
  width: auto;
}
.arrow_button_link .arrow_button_icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 16px;
  transition: border-color 0.3s, background-color 0.75s;
}
.arrow_button_link .arrow_button_icon::before, .arrow_button_link .arrow_button_icon::after {
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow_button_link .arrow_button_icon::before {
  top: 50%;
  right: 10px;
  width: 13px;
  height: 1px;
  background-color: #999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow_button_link .arrow_button_icon::after {
  width: 6px;
  height: 6px;
  right: 9px;
  top: calc(50% - 3px);
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow_button_link .arrow_button_icon + span {
  margin-left: 8px;
  font-family: "Dosis" !important;
  font-weight: 600;
  color: #999;
}

.arrow_button_link:hover .arrow_button_icon {
  background-color: #89d6fe;
  border-color: #89d6fe;
}
.arrow_button_link:hover .arrow_button_icon::before {
  -webkit-animation: iconHoverB 0.5s ease-out 0.3s 1, iconHoverB_bg 0.5s ease-out 0.3s infinite;
  animation: iconHoverB 0.5s ease-out 0.3s 1, iconHoverB_bg 0.5s ease-out 0.3s infinite;
}
.arrow_button_link:hover .arrow_button_icon::after {
  -webkit-animation: iconHoverA 0.5s ease-out 0.3s 1, iconHoverA_bg 0.5s ease-out 0.3s infinite;
  animation: iconHoverA 0.5s ease-out 0.3s 1, iconHoverA_bg 0.5s ease-out 0.3s infinite;
}
.arrow_button_link:hover .arrow_button_icon + span {
  color: #89d6fe;
}

.arrow_button_link_prev .arrow_button_icon::before {
  left: 10px;
  right: auto;
}
.arrow_button_link_prev .arrow_button_icon::after {
  left: 9px;
  right: auto;
  border-left: 1px solid #89d6fe;
  border-right: none;
  transform: rotate(45deg);
}

.arrow_button_link_prev:hover .arrow_button_icon::before {
  -webkit-animation: backbtnB 0.5s ease-out 0.3s 1, iconHoverB_bg 0.5s ease-out 0.3s infinite;
  animation: backbtnB 0.5s ease-out 0.3s 1, iconHoverB_bg 0.5s ease-out 0.3s infinite;
}
.arrow_button_link_prev:hover .arrow_button_icon::after {
  -webkit-animation: backbtnA 0.5s ease-out 0.3s 1, iconHoverA_bg 0.5s ease-out 0.3s infinite;
  animation: backbtnA 0.5s ease-out 0.3s 1, iconHoverA_bg 0.5s ease-out 0.3s infinite;
}

/*	Section Styles
----------------------------------------------------- */
.home-section,
.home-section-title,
.home-section-body {
  position: relative;
}

.home-section-title {
  margin-bottom: 3rem;
}

.section-title {
  font-family: "Dosis", sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
	text-transform:uppercase;
}

.text-center {
  text-align: center;
}

@media (max-width: 991px) {
  .home-section {
    margin-bottom: 6rem;
    padding: 6rem 0 0;
  }
  .home-section .section-title {
    text-align: center;
    font-size: 2.286em;
  }
  .home-section .view-all-button {
    text-align: center;
    margin-top: 2rem;
  }
  .section-side-margin {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .home-section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 10rem;
    padding: 10rem 0 0;
  }
  .home-section-title {
    margin-bottom: 8rem;
  }
  .section-title {
    font-size: 6rem;
  }
}
/*	NO List style
----------------------------------------------------- */
.profile-body ul,
.news-body ul,
.news-article ul,
.music-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.no-list-style,
ul.breadcrumb-block {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.no-list-style > li,
ul.breadcrumb-block > li {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/*	Profile (Home)
----------------------------------------------------- */
.profile-body {
  position: relative;
}
.profile-body .bgcolor1 {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 50%;
  height: 50%;
  z-index: -1;
  background: #c6e7ff url(../images/repeating-triangles.svg) left top/400px auto;
}
.profile-body .bgcolor2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: -1;
  background: #c6e7ff url(../images/repeating-triangles.svg) left top/400px auto;
}

.profile-list > li {
  display: flex;
  margin-bottom: 4rem;
}

.profile-images {
  overflow: hidden;
}
.profile-images img {
  width: 100%;
}
.profile-images .slick-dots li button {
  padding: 0;
}
.profile-images .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.25;
  color: #333;
}
.profile-images .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #333;
}

html.no-js .profile-images .slick__inner {
  display: none;
}
html.no-js .profile-images .slick__inner:first-of-type {
  display: block;
}

.profile-text {
  position: relative;
}
.profile-text .sns {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.profile-text .sns li {
  flex: 0 1 28px;
  align-self: center;
  width: 28px;
  margin-left: 0.8rem;
}
.profile-text .sns img {
  width: 100%;
  height: auto;
  max-height: 28px;
  transition: all ease 0.3s;
}
.profile-text h3 strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.profile-text h3 span {
  margin-left: 1.4rem;
  font-family: "Dosis", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: middle;
}
.profile-text h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-style:italic;
  border-bottom: 1px solid black;
	margin-bottom: 1.5rem;
}
.profile-text .profile-data th {
  width: 7em;
  text-align: right;
  font-weight: normal;
  vertical-align: top;
}
.profile-message {
	position: relative;
	margin: 2rem 0;
	padding: 1em 2em;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	white-space: pre-wrap;
}
.profile-message:before,
.profile-message:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 1px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: black;
}
.profile-message:before {
	left: 7px;
}
.profile-message:after {
	right: 7px;
}

@media (max-width: 991px) {
  .home-profile {
    margin-bottom: 6rem;
  }
  .profile-body {
    padding: 2rem 0 0;
  }
  .profile-list {
    margin-bottom: 6rem !important;
  }
  .profile-list li {
    flex-direction: column;
  }
  .profile-images {
    margin: 0 2rem 1rem;
  }
  .profile-text {
    padding: 2rem;
  }
  .profile-text .sns {
    top: 2rem;
    right: 2rem;
  }
  .profile-text h3 {
	  margin-bottom: 2rem;
    letter-spacing: 0;
  }
  .profile-text h3 span {
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .home-profile {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .profile-body {
    padding: 10rem 0 2rem;
  }
  .profile-body .bgcolor1 {
    height: 49%;
  }
  .profile-body .bgcolor2 {
    top: 49%;
    height: 51%;
  }
  .profile-list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 10rem !important;
  }
  .profile-list li {
    justify-content: space-between;
  }
  .profile-images {
    flex: 0 1 50rem;
    margin-bottom: 4rem;
  }
  .profile-text {
    flex: 0 1 49rem;
    order: 1;
  }
  .profile-text .sns a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .profile-text h3 {
	  margin-bottom: 4rem;
    font-size: 3rem;
  }
  .profile-text h3 span {
    font-size: 1.5rem;
  }
  .profile-message {
	  margin-top: 4rem;
  }
  .profile-list li:nth-of-type(odd) .profile-images {
    order: 1;
  }
  .profile-list li:nth-of-type(odd) .profile-text {
    order: 0;
  }
}
/*	News (Home)
----------------------------------------------------- */
.home-news {
  position: relative;
  display: flex;
}

@media (max-width: 991px) {
  .home-news {
    margin: 0 2rem 10rem;
    flex-direction: column;
  }
  .home-news .home-section-title {
    margin-bottom: 2rem;
  }
  .home-news .view-all-button {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .home-news {
    justify-content: space-between;
  }
  .home-news .home-section-title {
    flex: 0 1 auto;
  }
  .home-news .home-section-body {
    flex: 0 1 75rem;
  }
}
/*	Music (Home)
----------------------------------------------------- */
.music-list-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .music-list-block {
    justify-content: space-between;
    margin: 15px 0 0 !important;
  }
  .music-list {
    flex: 0 1 48%;
    margin-bottom: 4% !important;
  }
  .music-list img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .home-music .home-section-title {
    margin-bottom: 2rem;
  }
  .music-list-block {
    margin: 0 -1% !important;
  }
  .music-list {
    flex: 0 1 23%;
    overflow: hidden;
    margin: 0 1% 2% 1% !important;
  }
  .music-list img {
    display: block;
    width: 100%;
    height: auto;
    transition-duration: 0.3s;
  }
  .music-list a:hover img {
    transform: scale(1.05);
    transition-duration: 0.3s;
  }
}
/*	Schedule (Home)
----------------------------------------------------- */
.home-schedule .schedule-body iframe {
  width: 100%;
  height: 500px;
}

@media (min-width: 992px) {
  .home-schedule .schedule-body iframe {
    height: 600px;
  }
}
/*	Biography (Home)
----------------------------------------------------- */
.home-biography .biography-body {
  margin-left: 15px;
  margin-right: 15px;
}

.biography-visual {
  margin-left: -15px;
  margin-right: -15px;
}
.biography-visual img {
  width: 100%;
  height: auto;
}

.biography-content {
  margin: 1rem 0;
}
/*
.biography-content .bio-year {
  font-family: "Comfortaa", serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  width: 12rem;
  padding: 0.3rem 1rem;
  background: #f082a5;
  color: #fff;
  text-align: center;
}
.biography-content .bio-year::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 20px #e63273;
}
*/
/*
.biography-content .bio-year {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding: .5em 1.5em;
  color: #333;
	text-align: center;
    background-image: repeating-linear-gradient(-45deg, #bbdbfb, #bbdbfb 3px, #f2f6fc 3px, #f2f6fc 7px);
}
*/
.biography-content .bio-year {
	position: relative;
	display: inline-block;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	padding: 0.1em .75em;
	color: #333;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
}

.biography-content .bio-year:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.biography-content ul {
  margin-left: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .home-biography {
    margin-bottom: 16rem;
  }
  .biography-content {
    margin: 3rem 4rem;
    line-height: 1.8;
  }
  .biography-content ul {
    margin-bottom: 3rem;
  }
}
/*	Page Styles
----------------------------------------------------- */
body.page .main {
  padding: 20px 15px 0;
}
body.single .main {
  padding: 20px 15px 0;
}
body.archive .main {
  padding: 20px 15px 0;
}

@media (min-width: 992px) {
  body.profile .main {
    padding: 40px 15px 0;
  }
}
@media (min-width: 992px) {
  body.biography .main {
    padding: 40px 15px 0;
  }
}
@media (min-width: 1220px) {
  body.page .main {
    padding: 50px 0 0;
  }
  body.single .main {
    padding: 50px 0 0;
  }
  body.archive .main {
    padding: 50px 0 0;
  }
}
.page-section-title {
  margin-bottom: 2.5rem;
}
.page-section-title.smaller {
  margin-bottom: 1rem;
}
.page-section-title.smaller .section-title {
  font-size: 1.714em;
}
.page-section-title > p {
  margin: 0;
}

@media (min-width: 992px) {
  .page-section-title {
    margin: 0 0 4rem 3rem;
  }
  .page-section-title.smaller {
    margin-bottom: 2rem;
  }
  .page-section-title.smaller .section-title {
    font-size: 2.857em;
  }
}
/*	News (index)
----------------------------------------------------- */
@keyframes bgShine {
  0% {
    background-color: #C6E7FF;
  }
  100% {
    background-color: #ffffff;
  }
}
.news-list {
  position: relative;
}
.news-list > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  color: #333;
  overflow: hidden;
}
.news-list > a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: #333;
}

@media (min-width: 992px) {
  .news-article {
    min-height: 70vh;
  }
  .news-list {
    padding: 0 20px !important;
  }
  .news-list:hover {
    animation: bgShine 1s;
  }
  .news-list > a {
    padding: 15px 0;
  }
}
.news-heading {
  margin: 0;
}
.news-heading dt {
  margin-bottom: 0.5rem;
  font-family: "Dosis", sans-serif !important;
  font-weight: 600;
}
.news-heading dt span {
  vertical-align: middle;
}
.news-heading .badge {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  border-radius: 15px;
  line-height: 1;
}
.news-heading .badge.new {
  background: #ff8000;
  color: #fff;
}

.breadcrumb-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb-block > li {
  position: relative;
  flex: 0 1 auto;
}
.breadcrumb-block .bc {
  margin-left: 10px;
  color: #999;
}
.breadcrumb-block .bc::before {
  position: absolute;
  top: 10px;
  left: -10px;
  content: "/";
  font-style: italic;
  color: #ccc;
}
.breadcrumb-block .bc:first-of-type::before {
  top: 0;
  left: 0;
  content: "";
}
.breadcrumb-block .bc > a, .breadcrumb-block .bc.current span {
  display: inline-block;
  padding: 10px;
  color: #999;
  text-decoration: none;
}
.breadcrumb-block .bc > a:visited, .breadcrumb-block .bc > a:hover, .breadcrumb-block .bc > a:focus, .breadcrumb-block .bc > a:active {
  color: #ccc;
}
.breadcrumb-block .bc.current span {
  color: #333;
}
.breadcrumb-block .bc-prev + .bc::before {
  content: "";
  top: 0;
  left: 0;
}
.breadcrumb-block .bc-next {
  margin-left: 10px;
}

@media (max-width: 991px) {
  body.news-template-default .breadcrumb-block {
    margin-top: 30px !important;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  body.news-template-default .main {
    width: 900px;
    margin: 0 auto;
  }
  body.news-template-default .news-list-block {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  body.news-template-default .breadcrumb-block {
    width: 800px;
    margin: 100px auto 0;
  }
}

@media (max-width: 991px) {
  body.post-type-archive-news .breadcrumb-block {
    margin-top: 30px !important;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  body.post-type-archive-news .main {
    width: 900px;
    margin: 0 auto;
  }
  body.post-type-archive-news .news-list-block {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  body.post-type-archive-news .breadcrumb-block {
    width: 800px;
    margin: 100px auto 0;
  }
}

/*	News (single)
----------------------------------------------------- */
.not-exist {
  margin: 50px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .not-exist {
    margin: 100px 0;
  }
}
.news-article.single img {
  width: 100%;
  height: auto;
}
.news-article.single .news-heading {
  margin-bottom: 30px;
}
.news-article.single .news-heading dd {
  font-size: 1.286em;
  font-weight: 700;
}
.news-article.single .news-image {
  margin: 30px 0 40px;
}
.news-back-button {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .news-article.single .page-section-title {
    margin-left: 0;
  }
  .news-article.single .news-heading {
    margin-bottom: 40px;
  }
  .news-article.single .news-heading dd {
    font-size: 1.429em;
  }
  .news-article.single .news-image {
    margin: 40px 0;
  }
  .news-back-button {
    margin-top: 80px;
  }
}

/*content style*/
.br-navy {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #162785;
  color: #ffffff;
}
.br-royalblue {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #4169E1;
  color: #ffffff;
}
.br-azur {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #008BC2;
  color: #ffffff;
}
.br-sky {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #a0e9ff;
}
.br-orange {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(125deg,rgba(255, 193, 130, 1) 0%, rgba(255, 243, 201, 1) 100%);
}
.br-yellow {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(125deg,rgba(255, 252, 214, 1) 0%, rgba(255, 244, 199, 1) 100%);
}
.br-white {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.br-gray {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(125deg, rgba(229, 229, 229, 1) 0%, rgba(249, 249, 249, 1) 100%);
}
.br-black {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(35deg, rgba(30, 30, 30, 1) 0%, rgba(60, 60, 60, 1) 100%);
}

.br-triangle {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  background: url("../images/repeating-triangles.svg") left top/400px auto;
}
.br-check1 {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  background: url("../images/repeating_check1.png");
  border: 5px solid #d4ebff;
}
.br-check2 {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  background: url("../images/repeating_check2.png");
  border: 5px solid #dbe6fc;
}
.br-mainbg {
  margin-bottom: 2.0rem;
  padding: 2.8rem;
  font-size: 1.6rem;
  background: #000033 url("../images/background_header.jpg") no-repeat center top/cover;
  color: #ffffff;
}
.br-triangle h3,
.br-check1 h3,
.br-check2 h3,
.br-mainbg h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.box-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 3px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.0rem;
  padding: 2.8rem;
}

/*member color*/
.member-color {
  margin-bottom: 2.0rem;
  padding: 2.0rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.member-color.pink {
  background-image: linear-gradient(0deg, rgba(235, 105, 150, 1), rgba(251, 145, 182, 1));
}
.member-color.white {
  background-image: linear-gradient(0deg, rgb(245, 245, 245), rgb(255, 255, 255));
  color: #333;
}
.member-color.red {
  background-image: linear-gradient(0deg, rgba(235, 85, 65, 1), rgba(251, 129, 113, 1));
}
.member-color.mintgreen {
  background-image: linear-gradient(0deg, rgb(56, 213, 187), rgb(63, 235, 206));
}
.member-color.lightblue {
  background-image: linear-gradient(0deg, rgb(61, 197, 224), rgb(70, 212, 240));
}
.member-color.yellow {
  background-image: linear-gradient(0deg, rgba(250, 205, 62, 1), rgba(255, 219, 105, 1));
  color: #333;
}

/*	Contact
----------------------------------------------------- */
@media (min-width: 992px) {
  body.page-template-default .main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-default .page-section-title {
    margin-left: 0;
    margin-bottom: 5em;
  }
}

.wpcf7-form .hidden-fields-container {
	display: none;
}

.contact-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-steps .step {
  padding-bottom: 10px;
  border-bottom: 4px solid #a9a9a9;
  color: #a9a9a9;
  font-size: 1.286em;
  text-align: center;
}
.contact-steps .step-current {
  border-color: #333;
  color: #333;
  font-weight: 700;
}

@media (max-width: 991px) {
  .step {
    flex: 0 1 60px;
    margin: 0 8px;
  }
}
@media (min-width: 992px) {
  .step {
    flex: 0 1 144px;
    margin: 0 16px;
  }
}
.form-content {
  border-top: 1px solid #dcdcdc;
}
.form-content dt {
  font-weight: bold;
}
.form-content dd input,
.form-content dd textarea {
  width: 100%;
  border: 1px solid #a9a9a9;
  border-radius: 6px;
  background: #f5f5f5;
  outline: none;
}
.form-content dd input:focus,
.form-content dd textarea:focus {
  border: 1px solid #2038ee;
}

.form-content.has-error dd input,
.form-content.has-error dd textarea {
  background-color: #fde7e7 !important;
  border-color: #ec1010 !important;
}

.form-label {
  font-weight: bold;
}

.form-required {
  margin-left: 1.5rem;
  padding: 0.1em 0.5em 0.3em;
  background: #ff8000;
  color: #fff;
}

.form-note {
  font-size: 0.857em;
  color: #666;
}

.form-error {
  font-size: 1.143em;
  font-weight: 700;
  color: #ff0000;
}

.form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form-button p {
  margin-top: 0;
  margin-bottom: 0;
}
.form-button input[type=submit] {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em;
  border: 0 none;
  border-radius: 3em;
  background: #00b9f0;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  outline: none;
  transition: ease 0.3s;
}
.form-button input[type=submit]:hover {
  background: #336ed8;
}
.form-button .to-confirm,
.form-button .submit {
  position: relative;
}
.form-button .to-confirm::after,
.form-button .submit::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.5rem;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.form-button .to-confirm:hover::after,
.form-button .submit:hover::after {
  right: 2rem;
}
.form-button input[type=button],
.form-button .backtoTop a {
  display: inline-block;
  width: 100%;
  padding: 1em;
  border: 1px solid #a9a9a9;
  border-radius: 3em;
  background: #fff;
  color: #999;
  line-height: 1;
  cursor: pointer;
  outline: none;
}
.form-button .backtoTop a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .contact-form-head {
    margin: 30px 0;
  }
  .form-content {
    margin-top: 30px;
    padding-top: 25px;
  }
  .form-content dt {
    margin-bottom: 8px;
  }
  .form-content dd input,
.form-content dd textarea {
    padding: 1em;
  }
  .form-required {
    margin-left: 15px;
  }
  .form-button input[type=submit],
.form-button input[type=button] {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 992px) {
  .contact-form-head {
    margin: 50px 0;
    text-align: center;
  }
  .form-content {
    margin-top: 50px;
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form-content dt {
    flex: 0 1 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form-content dt .form-label {
    flex: 0 1 auto;
  }
  .form-content dt .form-required {
    flex: 0 1 auto;
  }
  .form-content dd {
    flex: 0 1 640px;
    font-size: 1.143em;
  }
  .form-content dd input,
.form-content dd textarea {
    padding: 20px;
    font-size: inherit;
  }
  .form-note {
    padding-left: 260px;
  }
  .form-error {
    padding-left: 260px;
  }
  .form-button {
    margin: 50px auto 0;
  }
  .form-button input[type=submit],
.form-button input[type=button] {
    font-size: 1.429em;
  }
  .form-button .backtoTop a {
    font-size: 1.143em;
  }
  .form-button .to-confirm {
    flex: 0 1 20em;
    margin: 0;
  }
}
/* Confirm */
.contact-confirm-head {
  margin: 30px 0;
  padding: 30px;
  background: #f5f5f5;
  text-align: center;
}
.contact-confirm-head h2 {
  font-size: 1.286em;
  color: #ff0000;
}

.contact-complete-head {
  margin-top: 50px;
  padding: 30px;
  text-align: center;
}
.contact-complete-head h2 {
  font-size: 1.286em;
}

.contact-confirm-error {
  text-align: center;
  font-size: 1.286em;
  font-weight: bold;
  color: #ff0000;
}

@media (max-width: 991px) {
  .contact-form.confirm .form-button {
    margin-top: 40px;
  }
  .contact-form.confirm .form-button > .modify, .contact-form.confirm .form-button > .submit {
    flex: 0 1 40%;
  }
  .contact-form.confirm .form-button .modify {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .contact-confirm-head {
    margin: 50px 100px;
  }
  .contact-confirm-error {
    font-size: 1.429em;
  }
  .contact-form.confirm .form-button > .modify, .contact-form.confirm .form-button > .submit {
    flex: 0 1 240px;
  }
  .contact-form.confirm .form-button .modify {
    margin-right: 30px;
  }
  .contact-complete-head h2 {
    font-size: 1.429em;
  }
}

/* エラーメッセージの上部を消去 */
div.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  color: #ff0000;
  font-weight: bold;
}
div.wpcf7-mail-sent-ok {
  background-color: #4ea629;
  color: #fff;
  font-weight: bold;
  padding: 1.2rem;
  border-radius: 10px;
}
div.wpcf7-mail-sent-ng {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 1.2rem;
  border-radius: 10px;
}
div.wpcf7-spam-blocked {
  background-color: #ffa500;
  color: #fff;
  font-weight: bold;
  padding: 1.2rem;
  border-radius: 10px;
}
div.wpcf7-validation-errors {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 1.2rem;
  border-radius: 10px;
}

/*	Contact, Entry Buttons
----------------------------------------------------- */
.fade-btn {
  text-align: center;
}
.fade-btn a {
  display: block;
  width: 100%;
  line-height: 1;
  text-decoration: none;
  transition: all 0.5s;
}
.fade-btn a:hover {
  transition: all 0.5s;
}

.fade-btn-dark a {
  border: 1px solid #fff;
  background-color: #333;
  color: #fff;
}
.fade-btn-dark a:hover {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
}

.fade-btn-light a {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
}
.fade-btn-light a:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}

.btn-more .fade-btn a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 991px) {
  .fade-btn a {
    padding: 1em 1.5em;
  }
  .btn-more .fade-btn a {
    font-size: 1.286em;
  }
}
@media (min-width: 992px) {
  .fade-btn {
    width: 30em;
    margin: 0 auto;
  }
  .fade-btn a {
    padding: 1em;
    font-size: 1.286em;
  }
  .btn-more .fade-btn {
    width: 24em;
  }
  .btn-more .fade-btn a {
    font-size: 1.5em;
  }
}
/*	Sub Pages
----------------------------------------------------- */
.sub-pages {
  position: relative;
  width: 100%;
}
.sub-pages .page-title {
  text-align: center;
}
.sub-pages .contents {
  line-height: 1.6;
}

@media (max-width: 991px) {
  .sub-pages {
    margin-top: 40px;
    background-size: 60% auto, 60% auto;
  }
  .sub-pages .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sub-pages .page-title {
    margin-bottom: 15px;
    font-size: 1.286em;
  }
  .sub-pages .contents {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .sub-pages {
    margin-top: 80px;
    background-size: 566px 598px, 566px 598px;
  }
  .sub-pages .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .sub-pages .page-title {
    margin-bottom: 40px;
    font-size: 1.714em;
  }
  .sub-pages .contents {
    padding: 40px 60px;
  }
}

/*	pagination
----------------------------------------------------- */
.wp-pagenavi {
  margin: 60px auto;
  text-align: center;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  border: solid 1px #333;
  border-radius: 21px;
  margin: auto 6px;
  transition: 0.3s ease-out;
  color: #333;
}
.wp-pagenavi .page:hover {
  background: #e63273;
  color: #fff;
  text-decoration: none;
  border: solid 1px #e63273;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  color: #fff;
  background: #f082a5;
  border: solid 1px #f082a5;
  border-radius: 21px;
  margin: auto 6px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 42px;
  margin: auto 8px;
  transition: 0.3s ease-out;
  color: #333;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #e63273;
}

/*	Page (single)
----------------------------------------------------- */
.page-article.single img {
  width: 100%;
  height: auto;
}
.page-article.single .page-heading {
  margin-bottom: 30px;
}
.page-article.single .page-heading dd {
  font-size: 1.286em;
  font-weight: 700;
}
.npage-article.single .page-image {
  margin: 30px 0 40px;
}

.page-back-button {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .page-article.single .page-section-title {
    margin-left: 0;
  }
  .page-article.single .news-heading {
    margin-bottom: 40px;
  }
  .page-article.single .page-heading dd {
    font-size: 1.429em;
  }
  .page-article.single .page-image {
    margin: 40px 0;
  }

  .page-back-button {
    margin-top: 80px;
  }
}
