@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');



*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}


.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: block;
}

.sp-only {
  display: none;
}


body {
  margin: 0 auto;
  max-width: 2200px;
  font-size: 15px;
  font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  background-repeat: repeat;
  transition: 0.3s;
  color: #383838;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


a {
  color: #9A0025;
}

a:hover {
  opacity: .8;
}


.txt-link {
  text-align: center;
  font-weight: 500;
}

img {
  max-width: 100%;
}

p {
  margin-top: 20px;
  line-height: 1.7;
  color: #606060;
}

p.ex {
  margin-top: 0;
}


.center {
  text-align: center;
}

/*----------------------------*/


.teaser {
  background: #9A0025;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}


.teaser .logo {
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}


.teaser .left {
  width: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -350px;
  margin: auto;
}


.teaser .right {
  width: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -350px;
  margin: auto;
}

/*----------------------------*/

.nav--ex {
  display: none;
}


.header-nav {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 100px;
}

.header-nav .logo {
  width: 270px;
  margin-left: 30px;
}

.header-nav li {
  display: block;
  margin-right: 30px;
}


.header-nav li:last-child {
  margin-right: 0;
}

.header-nav li:nth-child(2) {
  margin-left: auto;
}


.header-nav .tel {}

.header-nav .tel a {
  display: flex;
  align-items: center;
}

.header-nav .tel img {
  width: 42px;
  margin-right: 10px;
}

.header-nav .tel .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.header-nav .tel .number {
  color: #383838;
  font-size: 31px;
  letter-spacing: 0;
}

.header-nav .tel .time {
  color: #383838;
  font-size: 12px;
}


.header-nav .contact {
  background: #9A0025;
  width: 160px;
  height: 100px;
  text-align: center;
}

.header-nav .contact a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  margin-top: 25px;
}


.header-nav .contact img {
  margin: 0 auto;
  display: block;
  height: 22px;
  margin-bottom: 10px;
}

/*----------------------------*/

.main-visual {
  position: relative;
}

.main-visual.under {
  height: 200px;
  background-image: url(../img/slider-1.jpg);
  background-size: cover;
  background-position: 50%;
}

.main-visual .catch {
  position: absolute;
  top: 220px;
  left: 30px;
  width: 600px;
}


.slide {
  position: relative;
  margin: 0;
  padding: 0;
  height: 600px;
}

.slide .item {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}


.slide .item.one {
  background-image: url(../img/slider-1.jpg);
}

.slide .item.two {
  background-image: url(../img/slider-2.jpg);
}

.slide .item.three {
  background-image: url(../img/slider-3.jpg);
  background-position: 50% 0%;
}

.slide .item.four {
  background-image: url(../img/slider-4.jpg);
}


.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}


.slide-animation {
  animation: fadezoom 8s 0s infinite;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*----------------------------*/


.basic-wrap {
  width: 1100px;
  margin: 80px auto;
}



.slim-wrap {
  width: 700px;
  margin: 80px auto;
}



.box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.box-1.ex {
  margin-top: 50px;
}


.box-1 .item {
  width: 48%;
}


.box-2 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}


.box-2 .item {
  width: 31%;
  margin-right: 3.5%;
}


.box-2 .item:last-child {
  margin-right: 0;
}



.box-3 {
  width: 800px;
  margin: 50px auto;

}


.box-3 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}



.box-3 .item {
  width: 48%;
}

.line {
  display: block;
  width: 300px;
  border-bottom: 3px dotted #9A0025;
  margin: 120px auto;
}


.txt-wrap {
  width: 550px;
  margin: 30px auto;
}




/*----------------------------*/


.btn {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 300px;
  text-align: center;
  background: #9A0025;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  margin: 45px auto;
  font-size: 18px;
}

.btn.ex {
  margin: 0;
  margin-top: 30px;
}

.btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A0025;
  height: 60px;
  line-height: 60px;
  width: 300px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  margin-right: 30px;
}


.btn-2:last-child {
  margin-right: 0;
}

.btn-2 .img-tel {
  width: 40px;
  margin-right: 10px;
}

.btn-2 .img-mail {
  width: 30px;
  margin-right: 10px;
}


.btn-2 .number {
  display: block;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

.btn-2 .time {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 2px;
}





.serif {
  font-family: 'PT Serif', serif;
}


.title-1 {
  width: 340px;
  background: #9A0025;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  margin-bottom: 30px;
}

.title-1.ex {
  width: 160px;
  margin: 20px auto;
}

.title-1.ex2 {
  font-weight: bold;
  margin: 0 auto;
}

.title-1.ex3 {
  width: 360px;
  font-weight: bold;
  margin: 0 auto;
}

.title-1.ex4 {
  width: 380px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 50px;
}




.title-1 .eng {
  font-size: 40px;
}

.title-1 .jp {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.title-1.ex .jp {
  font-size: 15px;
  font-weight: 500;
  margin-left: 0;
}

.title-1.ex2 .jp {
  font-size: 17px;
  font-weight: 500;
  padding-top: 5px;
}


.title-2 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.title-2 i {
  color: #9A0025;
  font-weight: 600;
  margin-right: 5px;
}


.title-3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}


.title-3.ex {
  margin-top: 30px;
}


.title-4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.title-5 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-top: 30px;
}

.title-5 i {
  color: #9A0025;
  font-weight: 600;
  margin-right: 5px;
}


.title-6 {
  font-size: 24px;
  color: #9A0025;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #9A0025;
}







/*----------------------------*/


.vision {
  background-image: url(../img/background-2.jpg);
  height: 550px;
  background-size: cover;
  background-position: 50%;
}

.vision .inner {
  margin-left: 5%;
  padding-top: 80px;
  width: 450px;
}


.img-vision {
  height: 400px;
  background-image: url(../img/vision-visual.jpg);
  background-size: cover;
  background-position: 50%;
  margin: 50px auto;

}




/*----------------------------*/

.topic-list {
  width: 800px;
  margin: 60px auto;
}

.topic-list .item {
  display: flex;
  margin-bottom: 30px;
}

.topic-list .item:last-child {
  margin-bottom: 0;
}


.topic-list .date {
  padding-right: 50px;
  border-right: 1px solid #ddd;
  margin-right: 50px;
  font-weight: 600;

}


.topic-list p {
  margin: 0;

}


/*----------------------------*/

footer {
  background: #9A0025;
  padding: 60px;
  display: flex;
  align-items: flex-end;

}

footer .logo {
  width: 270px;
}

footer .address {
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
}

.footer-nav {
  display: flex;
  margin-top: 20px;
}


.footer-nav li {
  margin-right: 20px;
}

.footer-nav li:last-child {
  margin-right: 0;
}


.footer-nav a {
  color: #fff;
}


footer .btn-wrap {
  display: flex;
}

footer .right {
  margin-left: auto;
}


footer .copyright {
  text-align: right;
  color: #fff;
  font-size: 13px;
  margin-right: 30px;
}

/*----------------------------*/




table {
  width: 600px;
  margin: 50px auto;
}


table tr {
  border-bottom: 1px solid #ddd;
}

table td {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

table td:first-child {
  width: 35%;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color: #9A0025;
}

table p:first-child {
  margin-top: 0;
}



/*----------------------------*/



form {
  width: 700px;
  margin: 50px auto;
}

form label {
  width: 50%;
  background: #9A0025;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

form .item {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}


form .error {
  color: red;
}

form .error:last-child {
  margin-top: 10px;
  height: auto;
}





.item.message,
.item.radio {
  align-items: flex-start;
  height: auto;
}

label.radio {
  height: 250px;
}

label.message {
  height: 250px;
}

form input {
  width: 50%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  line-height: 50px;
}

textarea {
  width: 50%;
  height: 250px;
  border: 1px solid #ddd;
  padding: 10px 20px;
}


::placeholder {
  color: #bbb;
}

.radio .inner {
  width: 50%;
  height: 250px;
  font-weight: 500;
}

.radio .inner {
  display: flex;
  flex-direction: column;
  width: 50%;
  border: 1px solid #ddd;
  padding: 20px;
}

.radio span {
  margin-left: 5px;
}

.check {
  width: 20px;
  border: none;
}

.radio .inner div {
  display: flex;
  height: 40px;
  align-items: center;
}


.btn-form {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 300px;
  text-align: center;
  background: #9A0025;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  margin: 45px auto;
  font-size: 18px;
}

.btn-form i {
  font-size: 19px;
  margin-right: 10px;
}



/*----------------------------*/


.contact-tel {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.contact-tel img {
  width: 80px;
  margin-right: 20px;
}

.contact-tel .inner {
  text-align: center;
}


.contact-tel .number {
  display: block;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0;
}

.contact-tel .time {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 18px
}

/*----------------------------*/


.grecaptcha-badge {
  visibility: hidden;
}





/*----------------------------*/

.under-line {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.under-line.ex {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.under-line::after {
  position: absolute;
  bottom: -42px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #9A0025;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}

.under-line.ex::after {
  background: #000;
}

.under-line:hover::after {
  transform: scale(1, 1);
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
}

#pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
}

#pageTop i {
  font-size: 22px;
  font-weight: bold;
  margin-left: 3px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
