@charset "utf-8";

/*
Theme Name: カーワールド織田
Author: hironori hashimoto
Author URI: https://new-create.com/
Description: カーワールド織田のオリジナルテンプレート
*/
html {
  font-size: 55%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/****************************
共通
****************************/
.page-up__link {
  text-align: center;
  margin-bottom: 6rem;
}
.page-up {
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  z-index: 23;
}
.page-up:hover {
  opacity: 0.6;
}

.en {
  font-family: "Lato", sans-serif;
}
.jp {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴシック Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic",
    YuGothic, sans-serif;
  font-weight: 500;
}
section {
  padding: 6rem 0;
  position: relative;
}
@media screen and (min-width: 560px) {
  section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 960px) {
  section {
    padding: 5rem 0;
  }
}
.common-headline {
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  position: relative;
  color: #8d2236;
  margin-bottom: 4rem;
  border-bottom: 2px solid #8d2236;
  padding-top: 2rem;
}
@media screen and (min-width: 960px) {
  .common-headline {
    font-size: 4rem;
    overflow: hidden;
  }
}
.common-headline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate3d(0%, 0, 0);
}
.common-headline.show.done::before {
  animation: swipeRight 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
.common-headline span {
  position: relative;
  z-index: 2;
}
.common-headline::after {
  content: attr(data-en);
  position: absolute;
  top: -38px;
  left: 0;
  color: rgba(349, 75, 55, 0.2);
  font-size: 4.8rem;
  text-transform: uppercase;
  z-index: 1;
  font-style: italic;
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .common-headline::after {
    font-size: 5.8rem;
  }
}
.p-common__lead {
  font-size: 2rem;
  color: #01354a;
  margin-bottom: 2.4rem;
}
.common-description {
  margin: 5rem 0 4rem;
  text-align: center;
}
.common-link {
  font-size: 2rem;
  margin: calc(88em / 20) auto 0;
  text-align: center;
  max-width: 550px;
  width: 100%;
  background-color: #8d2236;
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 80px;
  line-height: 80px;
  font-family: "Lato", sans-serif;
  transition: 0.3s;
}
.common-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 20em / 10);
  height: 100%;
  transform: translate3d(-130%, 0, 0) skewX(70deg);
  z-index: 0;
  background-color: #bf4b61;
  opacity: 0.6;
  transition: 0.3s;
}
.common-link:hover::before {
  transform: translate3d(0, 0, 0) skewX(0deg);
}
.common-link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0%;
  right: 30px;
  z-index: 1;
  transition: 0.3s;
  display: block;
}
.common-link:hover::after {
  transform: translate3d(10px, 0, 0);
  right: 20px;
}
.common-link span {
  position: relative;
  z-index: 2;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.common-ttl__block {
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  color: #333;
  border-bottom: 1px solid #8d2236;
  line-height: 1.4;
  padding: 5rem 0;
  position: relative;
  z-index: 0;
  margin-top: 68px;
}
.common-ttl__block h2 span {
  display: block;
  font-size: 1.4rem;
}
.accent-color {
  color: #42455e;
}
.contact-common__block {
  z-index: 1;
}
.contact-common__block h3 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .contact-common__block h3 {
    font-size: 4rem;
  }
}
.contact-common__block h3 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
}
.contact-common__block p {
  margin-top: 2rem;
  padding: 0 4rem;
}
@media screen and (min-width: 960px) {
  .wpcf7 {
    max-width: 100%;
  }
}
.cform tr {
  display: block;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 560px) {
  .cform tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cform th {
  display: block;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .cform th {
    margin-bottom: 0;
    margin-right: 1rem;
    max-width: 20rem;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cform td {
  width: 100%;
  display: block;
}
@media screen and (min-width: 560px) {
  .cform td {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.mw_wp_form {
  margin: 6rem auto;
}
@media screen and (min-width: 560px) {
  .mw_wp_form {
    max-width: 960px;
    margin: 10rem auto;
  }
}
.contact-agreement__body {
  text-align: center;
  margin: 4rem auto;
}
.cform {
  margin: auto;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.cform [type="submit"] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type="text"],
.cform select,
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"] {
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  margin-bottom: 5px;
  width: 95%;
}
@media screen and (min-width: 560px) {
  .cform option,
  .cform textarea,
  .cform input[type="text"],
  .cform select,
  .cform input[type="email"],
  .cform input[type="search"],
  .cform input[type="url"] {
    width: 100%;
  }
}
/****************************
固定幅
****************************/
.wrap-1480 {
  max-width: 1182px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap-960 {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}
.wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.common-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .p-common__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
	.event .p-common__inner::after{
		content:'';
		 flex: 0 0 31.25%;
    max-width: 31.25%;
	}
}
@media screen and (min-width: 960px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.col-2 {
  margin-bottom: 4rem;
}
.col-4 {
  margin-bottom: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 960px) {
  .col-4 {
    margin-bottom: 0px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    max-width: 48.25%;
  }
}
/****************************
テキストアニメーション
****************************/
.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.motion-txt::after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #8d2236;
  transform: translate3d(-101%, 0, 0);
  transition-delay: 0.4s;
}
.js-scroll.show .motion-txt::after {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.js-scroll.done .motion-txt::after {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}
.js-scroll.show .motion-txt:nth-child(2)::after {
  transition-delay: 0.3s;
}
.js-scroll.show .motion-txt:nth-child(3)::after {
  transition-delay: 0.4s;
}
.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}
.js-scroll.done .motion-txt .motion-inner {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1.4s, transform 0.8s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.animation {
  overflow: hidden;
  position: relative;
}
.img-animation {
  animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.is-fadeIn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  animation-delay: 0.3s;
}
@keyframes mask_fadeIn {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  45% {
    transform: none;
    transform-origin: 0 0;
  }
  50% {
    transform: none;
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
/****************************
ヘッダー
****************************/
.site-header {
  position: fixed;
  right: 0px;
  left: 0px;
  background: #8d2236;
  width: 100%;
  height: 100px;
  z-index: 10;
  top: 0px;
}
@media screen and (max-width: 959px){
	.site-header {
		height: 80px;
	}	
}
.hamburger {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 3em;
  right: 3em;
  z-index: 100;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before,
.hamburger.is-active .hamburger--container .hamburger--bars:after,
.hamburger.is-active .site-header.transform .hamburger .hamburger--bars {
  background: white;
}
.fixed-page .hamburger.is-active .hamburger--container .hamburger--bars {
  background: #fff;
}
.fixed-page .hamburger.is-active .hamburger--container .hamburger--bars:before,
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: #fff;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger.is-active {
  z-index: 101;
}
.site-header.transform .hamburger.is-active {
  z-index: 101;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 2em;
  background: #fff;
  position: absolute;
  top: 0.9em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fixed-page .hamburger .hamburger--container .hamburger--bars {
  background: #222;
}
.hamburger .hamburger--container .hamburger--bars:before,
.hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 2em;
  background: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}
.logo {
  z-index: 10;
  max-width: 280px;
  padding: 20px;
	position:relative;
	top:8px;
}
@media screen and (max-width: 959px) {
  .logo {
    width: 240px;
    z-index: 10;
    padding: 25px 10px 0px;
	  top:0px;
  }
}
.logo a:hover {
  opacity: 0.6;
}
.logo img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s linear 0.3s;
  transition: 0.3s linear 0.3s;
}
.l-header__contact {
  background: #222;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0px;
  top: 0px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .l-header__contact {
    height: 80px;
    position: fixed;
    right: 0px;
    text-align: center;
    top: 0px;
  }
}
.l-header__contact i {
  display: block;
  font-size: 3rem;
}
/****************************
フッター
****************************/
footer {
  color: #fff;
  padding: 5rem 0 0;
  text-align: center;
}
footer .wrap-1480 {
  z-index: 10;
}
.footer-logo {
  filter: invert(1);
  max-width: 30%;
  margin: 0 auto 4rem;
}
.footer-logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .footer-logo {
    max-width: 35%;
  }
}
.ggmap {
  margin: 2rem 0;
}
.footer-sns__block {
  max-width: 100px;
  margin: 4rem auto 4rem;
  text-align: center;
}
.footer-sns__block li a {
  font-size: 4rem;
  display: inline-block;
}
copyright {
  display: block;
  padding: 15px 10px;
  color: #fff;
  background: #333;
}
footer .common-inner {
  align-items: center;
  padding-bottom: 8rem;
}
/****************************
トップ
****************************/
.top-hero {
  overflow: hidden;
  position: relative;
  height: 100vh;
  z-index: 0;
  margin-bottom: 5rem;
}
.top-hero::after {
  content: "";
  background-image: url("/images/mv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  z-index: 1;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0px;
}
.top-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translate3d(0%, 0, 0);
}
.top-hero.show.done::before {
  animation: swipeRight 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  animation-fill-mode: forwards;
}
@keyframes swipeRight {
  0% {
    transform: translate(0);
  }
  50%,
  60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.top-hero__catch {
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 0%;
  text-align: right;
  z-index: 2;
}
@media (min-width: 960px) {
  .top-hero__catch {
    width: 620px;
    right: 20px;
    bottom: 20px;
    text-align: left;
    background-position: center center;
  }
}
.top-hero__catch h1 {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.34rem;
}
@media (min-width: 960px) {
  .top-hero__catch h1 {
    font-size: 3.2rem;
  }
}
.top-hero__catch p {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
  padding: 0px 15px;
}
.scrollcont {
  padding: 80px 0 0;
  height: 175px;
  width: 20px;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 60%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  z-index: 3;
}
.scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 85px;
  left: 8px;
  z-index: 3;
}
.scroll::after {
  content: "";
  z-index: 3;
  display: block;
  padding: 0;
  width: 1px;
  height: 90px;
  background: #fff;
  position: absolute;
  top: 175px;
  left: 8px;
  -webkit-animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.scrollcont p {
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@keyframes scroll {
  0%,
  6% {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  33%,
  66% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  94%,
  100% {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
  }
}
.p-top__block {
  margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .p-top__block {
    flex: 0 0 52%;
    max-width: 52%;
    margin-bottom: 0rem;
  }
  .p-top__image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.top-about__body {
  color: #01354a;
  margin-top: 3.2rem;
  line-height: 2;
  font-size: 1.8rem;
}
.p-top__name-inner {
  margin-left: auto;
  position: relative;
}
.p-top__name {
  text-align: right;
  color: #01354a;
  background: #fff;
  padding: 14px 20px;
  position: absolute;
  top: -60px;
  display: inline-block;
  right: 40px;
}
.p-top__name span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.service {
  padding: 0px;
}
@media screen and (min-width: 560px) {
	.service {
  padding:6rem 0;
}
}
.p-service__inner {
  margin-top: 6rem;
}
.p-service__headline {
  padding: 9px 0px 15px;
  font-size: 2.4rem;
  color: #8d2236;
  letter-spacing: 0.2rem;
}
.p-service__block {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  top: -40px;
  max-width: 94%;
  margin: 0 auto;
}
.p-service__title {
  font-weight: bold;
  font-size: 2rem;
}
.p-service__body-block {
  padding: 0 20px;
}
#particles-js {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
}
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about {
  position: relative;
}
.layer-01 {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.p-top__vision-inner {
  background: #fff;
  padding: 48px 20px 20px;
  border: 1px solid #8d2236;
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .p-top__vision-inner {
    padding: 62px 20px 20px;
  }
}
.p-top__vision {
  background-color: #8d2236;
  display: inline-block;
  font-size: 3.2rem;
  font-style: italic;
  padding: 0 10px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 20px;
}
.top-vision__body {
  color: #8d2236;
  font-size: 2rem;
}
/****************************
会社概要
****************************/
.corporate-table {
  width: 100%;
  border-collapse: collapse;
}
.p-company__block,
.p-company__map {
  margin-top: 5rem;
}
@media screen and (min-width: 560px) {
  .p-company__block {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .p-company__map {
    flex: 0 0 44%;
    max-width: 44%;
  }
}
.corporate-table tr {
  border-bottom: 1px solid #cacaca;
  display: flex;
  padding: 2.5rem 1.5rem;
}
.corporate-table tr:first-child {
  border-top: 1px solid #cacaca;
}
.corporate-table tbody {
  display: block;
  width: 100%;
}
.corporate-table th {
  width: 30%;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
}
.corporate-table td {
  width: 70%;
}
@media screen and (min-width: 560px) {
  .corporate-table th,
  .corporate-table td {
    padding: 1rem 3rem;
  }
}
.corporate-table td a {
  display: inline-block;
  margin-right: 15px;
}
.about .wrap-1480 {
  position: relative;
}

.about-logo {
  max-width: 60%;
  text-align: center;
  margin: 9rem auto 4rem;
}
.staff .wrap-1480 {
  position: relative;
}
.p-sp__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .staff .common-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .staff .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}

.event .wrap-1480 {
  position: relative;
}
.top-event__list {
  margin: 4rem 0;
}
.top-event__list li a {
  border-bottom: 1px solid #cecece;
  padding: 24px 15px;
  position: relative;
}
.top-event__list li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 35%;
  right: 20px;
  z-index: 1;
  transition: 0.3s;
  display: block;
  color: #42455e;
}
.top-event__list li a:hover {
  opacity: 0.6;
}
.top-event__list li a:hover::after {
  right: 10px;
}
/****************************
ブログ
****************************/
.blog-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.blog-link {
    margin-top: 4.8rem;
    box-shadow: 0 8px 30px -10px #999;
}

.blog-link:hover {
    box-shadow: none;
}

@media screen and (min-width: 560px) {
    .blog-link {
        margin-top: 0rem;
    }
}

.blog-link__body {
    padding: 0 10px 20px;
    overflow: hidden;
}

.blog-ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-image img {
    transition: 0.3s all;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.blog-link:hover img {
    transform: scale(1.1, 1.1);
}

.blog-content .col-3 {
    margin-top: 5rem;
}

.contact-form__body {
  margin: 8rem 0;
  text-align: center;
}
.contact-form__body a {
  display: inline-block;
  color: #42455e;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .mw_wp_form {
    max-width: 960px;
    margin: 0 auto;
  }
}
.mw_wp_form {
  margin: auto;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.mw_wp_form table {
  width: 100%;
}
.mw_wp_form [type="submit"] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}
.mw_wp_form option,
.mw_wp_form textarea,
.mw_wp_form input[type="text"],
mw_wp_form select,
.mw_wp_form input[type="email"],
.mw_wp_form input[type="search"],
.mw_wp_form input[type="url"] {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 5px 10px;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .mw_wp_form option,
  .mw_wp_form textarea,
  .mw_wp_form input[type="text"],
  .mw_wp_form select,
  .mw_wp_form input[type="email"],
  .mw_wp_form input[type="search"],
  .mw_wp_form input[type="url"] {
    width: 100%;
  }
}
.required-srt {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0 0.5em;
  font-size: 1.2rem;
  line-height: 2;
  margin-left: 1rem;
}
@media screen and (min-width: 960px) {
  .required-srt {
    margin-left: 0;
  }
}
.mw_wp_form input[type="submit"] {
  cursor: pointer;
  max-width: 550px;
  background-color: #8d2236;
  padding: 24px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}
.mw_wp_form input[type="submit"]:hover {
  opacity: 0.6;
}
.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}
.form-btn__inner {
  margin-top: 4rem;
}
.caption {
  color: #999;
  margin-top: 5rem;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
  display: block;
}
.submit-btn {
  cursor: pointer;
  max-width: 280px;
  background-color: #42455e;
  padding: 24px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}
.submit-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}
#wpcf7-modify {
  cursor: pointer;
  max-width: 280px;
  background-color: #fff;
  padding: 24px 32px;
  color: #ff9103 !important;
  border: 1px solid #ff9103 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  border: none;
}
.submit-btn:hover {
  opacity: 0.6;
}
.thanks-block {
  margin-bottom: 16rem;
  text-align: left;
}
.thanks-block h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .thanks-block {
    text-align: center;
  }
}
.thanks-text {
  line-height: 2.4;
}
.wpcf7 form .wpcf7-response-output {
  border-color: #42455e !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fff;
  padding: 10px;
  border-color: #42455e !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #42455e !important;
}
/****************************
CMS-EVENT
****************************/
.event-content {
  margin-bottom: 6rem;
}
@media screen and (min-width: 960px) {
  .event-content {
    margin-bottom: 10rem;
  }
}
.event-content h2 {
  color: #333;
  font-size: 2.4rem;
  border-bottom: 4px solid #8d2236;
  line-height: 1.5;
  margin: 2.4rem auto 3.6rem;
  display: block;
  font-weight: bold;
  padding-bottom: 2.4rem;
}
.event-content li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.25%;
  flex: 0 0 48.25%;
  max-width: 48.25%;
  margin-top: 4rem;
}
@media screen and (min-width: 960px) {
  .event-content li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
.event-content li p {
  text-align: right;
  margin-top: 1rem;
}
.event-image__thumbnail {
  position: relative;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 1.5rem;
  height: 130px;
  background-color: #01354a;
}
@media screen and (min-width: 560px) {
  .event-image__thumbnail {
    height: 320px;
  }
}
@media screen and (min-width: 960px) {
  .event-image__thumbnail {
    height: 240px;
  }
}
.event-image__thumbnail img {
  background-color: #01354a;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-content li a:hover .event-image__thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
article .works-content p {
  line-height: 2.5;
}
article .works-content p a:hover {
  opacity: 0.6;
}
article .works-content p a {
  display: inline;
  color: #cb001a;
  text-decoration: underline;
}
article .works-content h3 {
  background-color: #f1f2f3;
  font-size: 2rem;
  color: #2e3642;
  margin-top: 1.65rem;
  padding: 9px 15px;
  margin-bottom: 2rem;
  position: relative;
}
/****************************
プライバシーポリシー
****************************/
.privacy-content__block {
  margin-top: 4.5rem;
}
.privacy-content__block h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #42455e;
}
