@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", YuGothic, sans-serif;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.8;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  color: #000000;
}

p {
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: bottom;
  max-width: 100%;
  width/***/: auto;
  /* IE8のみ */
  height: auto;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a {
  color: #fff;
  text-decoration: none;
}

/*
a:visited { color: purple; }
*/

a:hover {
  color: #fff;
}

.strong {
  color: #b22d00;
  font-weight: bold;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.vcenter {
  display: flex;
  align-items: center; /*vertical*/
}

.hcenter {
  display: flex;
  justify-content: center; /*horizonal*/
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

/*
* {
	-webkit-appearance: none;
}
*/

input[type="button"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
select {
  /* -webkit-appearance: none; */
  border-radius: 0;
  background-color: #fff;
  color: #000;
  padding: 5px;
}
input:focus {
  background-color: beige;
  border: solid 5px #000 !important;
}
.btn {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    349deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 0%,
    rgba(45, 49, 144, 1) 65%,
    rgba(136, 150, 204, 1) 83%,
    rgba(175, 155, 238, 1) 100%
  );
  color: #fff;
  padding: 20px 30px;
  text-decoration: none;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  font-family: "Kosugi Maru", sans-serif;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  font-weight: bold;
}

.btn:hover {
  opacity: 0.7;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.bg1 {
  background: url(../images/bg1.png) center top no-repeat;
  min-height: 200px;
  padding: 28px;
}
#c1 {
  background: url(../images/bg2.jpg) center top no-repeat;
  background-size: cover;
}
#c1 ul {
  text-align: center;
}
#c1 ul {
  list-style: none;
  padding: 0px;
}
#c1 li {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  color: #ffeebb;
  font-size: 1.8rem;
  word-spacing: 2%;
  margin-bottom: 6px;
}
#c1 li:last-child {
  margin-bottom: 0px;
}
.container-fluid {
  max-width: 1400px !important;
}
#c2 {
  background: url(../images/bg3.jpg) center top no-repeat;
  background-size: cover;
}
#c2 h2 {
  font-family: "Kosugi Maru", sans-serif;
  color: #00468c;
  text-align: center;
  border-bottom: double 1px #00468c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#c2 p {
  font-size: 1.2rem;
}
#c2 .box {
  background-color: #fff;

  border-radius: 10px;
  padding: 20px;
  border: double 5px #000;
}
h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #00468c;
  display: inline;
}
h4 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.4rem;
}
#c3 p {
  padding: 10px 0px;
  font-size: 1.4rem;
}
#c4 {
  background-color: #000;
  background-image: url(../images/bg4.jpg);
}

.bg3 {
  background-color: #fbfdef;
  border-radius: 15px;
}
.product {
  box-shadow: 3px 3px 18px -10px #000;
  border-radius: 0px;
  width: 100px;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (min-width: 1200px) {
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 1199px) {
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (min-width: 992px) {
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 991px) {
  #c3 p {
    font-size: 1.2rem;
  }
  #c4 p {
    font-size: 1.2rem;
  }
  .btn {
    padding: 10px 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 575px) {
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 1199px) {
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 991px) {
  .bg1 {
    background: none;
    min-height: auto;
    padding: 10px;
    background-color: #313f5c;
  }
  #c1 li {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 543px) {
}
