@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
  display: block;
}
input,
select {
  vertical-align: middle;
}
body {
  font-family: YakuHanJP, "Zen Old Mincho", system-ui,YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-style: normal;
  color: #000;
  width: 100%;
  min-width: 1100px;
  overflow-x: scroll;
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: .075em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
  background-attachment: fixed;
  font-weight: 600;
  background: url(../img/top/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
p {
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: .7;
}
.next_btn a {
  transition-duration: .5s;
}
.next_btn a:hover {
  transform: scale(1.1);
}
.top_contact a {
  transition-duration: .5s;
}
.top_contact a:hover {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  letter-spacing: normal;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
}
li::marker {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}
.alc {
  text-align: center !important;
}
.all {
  text-align: left !important;
}
.alr {
  text-align: right !important;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clr {
  zoom: 1;
}
.clr:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
.clearboth {
  clear: both !important;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.din {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* main {
  background-color: #fff;
} */

/* inviewContents関連
=======================*/
.inviewContents {
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: .95s;
  -o-transition: .95s;
  transition: .95s;
}
.fadein {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
/* 共通 */
.inner {
  width: 90%;
  margin: 0 5%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.center {
  text-align: center;
}
h3 {
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}
h3 span {
  font-size: 18px;
  display: inline-block;
}
.bold {
  font-weight: 500;
  font-style: normal;
}
/* top */
.top_mv {
  margin-bottom: 100px;
  position: relative;
}
.mv_photo {
  width: 85%;
  margin-right: 0;
  margin-left: 15%;
}
.mv_photo img {
  -o-object-fit: cover;
  object-fit: cover;
}
.mv_txtlist {
  width: 35%;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 7%;
}
/* about */
.about {
  text-align: center;
  margin-bottom: 100px;
}
.about_ttl {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 70px;
}
.about_txt {
  margin-bottom: 100px;
}
.about p {
  font-weight: 400;
  line-height: 3;
}
/* next */
.next {
  margin-bottom: 160px;
}
.next_box {
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(6, 0, 1, 0.3);
  box-shadow: 0px 0px 7px 0px rgba(6, 0, 1, 0.3);
}
.next_box .box01 {
  width: 40%;
}
.next_box .box02 {
  width: 55%;
}
.next_box .box02 p:first-child {
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 1% 2%;
  font-size: 20px;
  margin-bottom: 30px;
}
.next_box .box02 p:nth-child(2) {
  font-size: 26px;
}
.next_box li:nth-child(2) p:nth-child(3) {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.next_box .box02 p:nth-child(3) span {
  display: inline-block;
  font-size: 20px;
  padding-left: 2%;
}
.next_box .box02 p:nth-child(4) {
  font-size: 18px;
  margin-bottom: 20px;
}
.next_box .box02 p:nth-child(5) {
  font-size: 20px;
  font-weight: 500;
}
.next_btn {
  position: relative;
}
.next a {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24% 0 0 auto;
}
.next a::after{
  content: '';
  display: inline-block;
  background: url(../img/top/btn.png) no-repeat top center;
  background-size: contain;
  width: 150px;
  height: 60px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* past */
.past {
  background-image: url(../img/top/bg_past.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 160px;
  padding: 120px 0;
}
.past h3 {
  margin-bottom: 70px;
}
.past ul .past_li {
  width: 30%;
  background-color: #fff;
}
.past figure {
  margin-bottom: 15px;
}
.post_date {
  font-size: 16px;
}
.post_ttl {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.post_ttl span {
  display: inline-block;
  font-size: 18px;
}
.post_txt {
  font-size: 16px;
}
.past a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.past_news {
  width: 90%;
  margin: 0 5%;
  position: relative;
}
.past_news01 {
  width: 90%;
  margin: 0 5%;
  position: relative;
}
.past_news01 ul {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
/* swiper */
.swiper {
  position: relative;
  padding-bottom: 100px;
}
.swiper-slide {
  width: 100%;
  background-color: #fff;
}
/* ページネーションのサイズと色 */
.swiper-pagination span {
  background-color: #000000;
  height: 13px;
  width: 13px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}
/* contact */
.top_contact {
  background-color: #06101a;
  padding: 70px;
  color: #fff;
}
.top_contact h4 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
}
.top_contact p {
  font-weight: 400;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 70px;
}
.top_contact ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
}
.top_contact ul li {
  width: 48%;
  height: 90px;
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  position: relative;
  letter-spacing: 0.05em;
}
.top_contact a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top_contact a span {
  display: inline-block;
  font-size: 15px;
}
.top_contact ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  background: url(../img/top/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 124px;
  width: 19px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* footer */
.ft_area {
  padding: 60px 60px 20px;
  font-size: 16px;
}
.ft_copy{
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
}
.ft_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ft_01 img {
  width: 45%;
}
.ft_02 {
  padding: 0 2%;
}
.ft_02 img {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  p {
    font-size: 16px;
  }
    .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  h3 span {
    font-size: 16px;
    display: inline-block;
  }
  .flex {
    display: block;
  }
/* contens */
.mv_txtlist {
  width: 50%;
  position: absolute;
  top: 30%;
  left: 3%;
}
.top_mv {
  margin-bottom: 80px;
}
.top_ttl {
  font-size: 28px;
  margin-bottom: 40px;
}
.about {
  margin-bottom: 60px;
}
.about_txt {
  margin-bottom: 60px;
}
.about p {
  line-height: 2.5;
}
.about_ttl {
  font-size: 32px;
  margin-bottom: 20px;
}
.next_box {
  padding: 20px;
}
.next_box .box01{
  width: 100%;
  margin: 0 auto 30px;
}
.next_box .box02{
  width: 100%;
}
.next_box .box02 p:first-child {
  padding: 1% 2%;
  font-size: 18px;
  margin-bottom: 20px;
}
.next_box .box02 p:nth-child(2) {
  font-size: 24px;
  margin-bottom: 5px;
}
.next_box li:nth-child(2) p:nth-child(3) {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 40px;
}
.next_box .box02 p:nth-child(3) span {
  font-size: 18px;
  padding-left: 0;
}
.next_box .box02 p:nth-child(4) {
  font-size: 16px;
  margin-bottom: 20px;
}
.next_box .box02 p:nth-child(5) {
  font-size: 18px;
}
.next a {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24% 0 10px auto;
  font-size: 16px;
}
.next a::after {
  width: 100px;
  height: 40px;
  right: 0px;
}
.next {
  margin-bottom: 80px;
}
.past {
  margin-bottom: 80px;
  padding: 60px 0;
}
.top_contact {
  padding: 60px 30px;
}
.top_contact h4 {
  font-size: 32px;
  margin-bottom: 40px;
}
.top_contact p {
  line-height: 2.5;
  margin-bottom: 40px;
}
.top_contact ul li {
  width: 100%;
  height: 100px;
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 280px;
  margin: 0 auto;
}
.top_contact ul li:first-child{
  margin-bottom: 30px;
}
.top_contact ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
}
.top_contact a {
  padding: 20px;
}
.top_contact a span {
  font-size: 13px;
}
.top_contact ul li:nth-child(2) a::before {
  left: 66px;
  width: 14px;
  height: 35px;
}
.ft_area {
  padding: 40px 20px 20px;
  font-size: 16px;
}
.ft_02 {
  width: 100%;
  padding: 3%;
}
.ft_02 img {
  width: 15px;
}
.ft_01 img {
  width: 15%;
}
.ft_txt{
  margin-bottom: 20px;
}
.ft_copy {
  font-size: 12px;
  margin-top: 30px;
}
/* past */
.past ul .past_li {
  width: 100%;
}
.past_li {
  margin-bottom: 40px;
}
.past_li:last-of-type{
  margin-bottom: 0;
}
.past h3 {
  margin-bottom: 40px;
}
}
@media only screen and (max-width: 768px) {
  /* swiper */
.swiper {
  position: relative;
  padding-bottom: 70px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
}
}
