html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
button:focus-within, button:focus, button:active, a:hover, a:active, a:focus, select:hover, select:active, select:focus, option:hover, option:active, option:focus {
  text-decoration: none;
  outline: 0;
}
ul{padding: 0; margin: 0;}
img{max-width: 100%;}

p{
  font-size: 20px;
  color: #28282a;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
}
body{
  color: #28282a;
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  /*min-width: 100vw;
  max-width: 100vw;*/
  overflow-x: hidden;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  margin-top: 40px;
}
section{
  position: relative;
  padding: 50px 0;
}
.contact-btn a {
  color: #978531;
  background: #fff;
  padding: 8px 35px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.top-logo {
  display: inline-block;
}
.top-logo img{
  max-width: 300px;
}
.hvrbtn{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvrbtn::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #978531;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvrbtn:hover::before{
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hvrbtn:hover{
  color: #fff;
}
.hvrbtn span{
  position: relative;
  z-index: 9;
}

/*section1*/
.section1 {
  padding-top: 0px;
  padding-bottom: 0;
  min-height: 750px;
}

/*banner*/
.banner {
  padding-top: 0px;
  padding-bottom: 0;
  background-image: url(../images/bannerbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.banner > div {
  width: 100%;
  min-height: 450px;
  height: 100%;
  background: #0003;
}
.banner .container {
  max-width: 1400px !important;
  position: relative;
}
.banner-text {
  display: flex;
  max-width: 1100px;
  background: rgba(1, 1, 1, 0.3);
  color: #fff;
  padding: 20px 25px;
  align-items: center;
  justify-content: center;
  margin-top: 20%;
  /*position: absolute;
  top: 50%;*/
  box-shadow: 0 0 5px #0009;
  border-radius: 5px;
}
.banner-text h1 {
  font-size: 75px;
  text-shadow: 2px 2px 3px #000;
  margin: 0;
  line-height: 1.5;
}
.banner-text h1 img{
  max-width: 140px;
  margin-top: -25px;
}
.banner-text h1 span {
  font-weight: normal;
}

/*section2*/
.section2 {
  background-color: #fff;
  background-image: url(../images/sec2img3.png);
  background-position: top center;
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
}
.section2 h2{
  color: #fff;
  padding-top: 10px;
  padding-bottom: 45px;
  margin: 0;
}
.s2blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s2blocks img {
  max-width: 49%;
  padding: 10px;
  border: 1px dotted #978531;
  border-radius: 0;
}
.s2blocks ul {
  margin-left: 40px;
}
.s2blocks ul li {
  background-image: url(../images/sec2img2.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding: 10px 10px 10px 45px;
  margin: 18px 0;
  background-size: 25px;
}


/*section3*/
.section3 {
  padding-top: 0;
  padding-bottom: 0;
  background: #f9f9f4;
}
.s3-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s3-block-img {
  width: 50%;
}
.s3block-desc {
  width: 50%;
}
.s3block-desc strong {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.s3block-desc ul{}
.s3block-desc ul li {
  background-image: url(../images/sec3img3.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding: 10px 10px 10px 45px;
  margin: 18px 0;
  background-size: 25px;
}
.s3block-desc1 {
  max-width: 550px;
  margin-left: auto;
  padding: 0 50px;
}
.s3block-desc2 {
  padding: 0 50px;
}

/*section4*/
.section4{
  padding-top: 0;
}
.s4-heading {
  background: #28282a;
  color: #fff;
  position: relative;
  padding: 50px 0;
  margin-top: -1px;
}
.s4-heading::after {
  position: absolute;
  content: "";
  border: 20px solid transparent;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-top: 20px solid #28282a;
}
.s4-blocks {
  margin-top: 70px;
}
.s4-blocks ul {
  display: flex;
  justify-content: space-between;
}
.s4-blocks ul li {
  margin: 0 10px;
}
.s4-blocks ul li img {
  border: 1px dotted #978531;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.s4-blocks ul li h4 {
  font-weight: bold;
  font-size: 22px;
}
.s4-blocks ul li p{
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}

/*section5*/
.section5 {
  background: #f9f9f4;
}
.s5-block {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 9px #e6e1e1;
  margin-bottom: 30px;
  padding: 15px;
}
.s5-desc {
  padding: 0 40px;
}
.s5-block img {
  max-width: 250px;
}
.s5-desc h3 {
  color: #978531;
  margin-bottom: 10px;
  display: block;
  font-size: 26px;
  font-weight: bold;
}

/*section6*/
.section6 {
  background: #28282a;
  color: #fff;
  padding-bottom: 70px;
  width: 100%;
  margin: 0;
}
.s6-blocks {
  display: flex;
  justify-content: space-around;
}
.s6-blocks li {
  text-align: center;
  max-width: 20%;
}
.s6-blocks li img {
  max-width: 170px;
  margin-bottom: 15px;
}
.s6-blocks li p{
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 10px 0 0;
}
.section6 h2 {
  margin: 20px 0 50px;
}

/*section7*/
.section7 {
  padding: 90px 0;
}
.s7-block {
  background: #e6e3c4;
  padding: 25px;
  display: flex;
  align-items: flex-start;
}
.s7-block img {
  max-width: 180px;
  margin-right: 20px;
}
.s7-block strong {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

/*section8*/
.section8 {
  padding: 0;
  background-image: url(../images/sec8img2.jpg);
  background-position: center;
  background-size: cover;
}
.s8-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s8-block img {
  max-width: 400px;
  margin-bottom: -73px;
  margin-top: 20px;
}
.s8-desc {}
.s8-desc h2 {
  color: #fff;
  margin-bottom: 60px;
}
.s8-desc a {
  color: #978531;
  background: #fff;
  font-size: 20px;
  padding: 6px 45px;
  font-weight: bold;
  border: 1px solid #978531;
}

/*section9*/
.section9 {
  padding-top: 90px;
}
.s9-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s9-block img {
  max-width: 350px;
  border: 1px dotted #978531;
  border-radius: 6px;
  margin-right: 45px;
}
.s9-desc{}
.s9-desc h2 {
  color: #978531;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
}
.s9-desc p{}

/*section10*/
.section10 {
  background-image: url(../images/sec10img1.jpg);
  background-position: center;
  background-size: cover;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section10 form {
  max-width: 450px;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.81);
}
.section10 form h3 {
  background: #978531;
  color: #fff;
  font-size: 25px;
  padding: 15px 0 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.section10 form label {
  font-weight: bold;
}
.section10 form h3::after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  bottom: -20px;
  left: 50%;
  border-top: 10px solid #978531;
  margin-left: -5px;
}
.section10 form ul {
  padding: 0 25px 40px;
}
.section10 form ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.section10 form ul li:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}
.section10 input {
  border: 1px solid #aaa;
  width: 60%;
}
.section10 input[type="submit"] {
  background: #978531;
  color: #fff;
  padding: 12px 0 10px;
  border: 0;
  font-weight: bold;
}
.section10 input {
  border-radius: 2px;
}
section h2 {
  font-size: 42px;
}
.sp-visible, .sp1-visible {
  display: none;
}
.pc-visible {
  display: block;
}
#footer {
  padding: 20px 0;
  background-color: #333;
  color: #fff;
  font-size: 13px;
}
.section7 h3 {
  margin: 5px 0 10px;
}
.section7 p {
  font-size: 18px;
  letter-spacing: 2px;
}
.section5 h2 {
  margin: 20px 0 40px;
}

/*Responsive*/

@media (max-width: 1366px) {
  .banner-text {
    margin-top: 25%;
  }
  .banner-text h1 {
    font-size: 65px;
  }
  .animatedParent{
    overflow: hidden;
  }
}

@media(max-width: 1199px){
  .banner-text h1 img {
    max-width: 80px;
    margin-top: -15px;
  }
  .banner-text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .banner-text h1 {
    font-size: 45px;
  }
  section h2 {
    font-size: 36px;
  }
  section h3 {
    font-size: 30px;
    margin: 15px 0;
  }
  .s2blocks ul li {
    margin: 0;
  }
  .s3block-desc ul li {
    margin: 0;
  }
  .s8-desc h2 {
    margin-bottom: 50px;
    font-size: 32px;
  }
}

@media(max-width: 991px){
  section h2 {
    font-size: 28px;
  }
  .s2blocks ul {
    margin-top: 40px;
  }
  .s2blocks ul li, .s3block-desc ul li {
    padding: 5px 5px 5px 30px;
  }
  section h3 {
    font-size: 24px;
    margin: 25px 0 10px;
  }
  .s3block-desc ul {
    margin-bottom: 20px;
  }
  .s4-blocks ul li h4 {
    font-size: 15px;
  }
  .s4-blocks ul li p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .s5-desc {
    padding: 0 20px;
  }
  .s5-desc h3 {
    margin: 10px 0;
    font-size: 18px;
  }
  .s5-desc p, .section7 p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }
  .s6-blocks li p {
    font-size: 14px;
    margin: 0;
  }
  .s6-blocks li img {
    width: 100%;
  }
  .s9-block img {
    max-width: 250px;
    margin-right: 25px;
  }
  .s9-desc h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .s9-desc p {
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
  }
}

@media(max-width: 767px){
  body {
    font-size: 14px;
  }
  section {
    padding: 20px 0;
  }
  .section4 {
    margin-top: 50px;
  }
  .top-logo img {
    max-width: 150px;
  }
  .contact-btn a {
    padding: 5px 20px;
    font-size: 16px;
  }
  .banner-text {
    max-width: 100%;
    margin-top: 100px;
  }
  .banner-text h1 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 1px;
  }
  .banner-text h1 img {
    max-width: 60px;
    margin-top: -12px;
  }
  .section1 {
    min-height: 450px;
    height: auto;
  }
  section h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .s2blocks {
    flex-direction: column;
  }
  .s2blocks ul {
    margin: 20px 10px;
  }
  .s2blocks img {
    max-width: 95%;
  }
  .s2blocks ul li {
    margin: 0 0;
  }
  .s3-blocks {
    flex-direction: column;
    padding-top: 25px;
  }
  section h3 {
    font-size: 22px;
    margin: 20px 0;
  }
  .s3block-desc {
    width: 100%;
  }
  .s3-block-img {
    width: 95%;
  }
  .s3-blocks2{
    flex-direction: column-reverse;
  }
  .s3block-desc1, .s3block-desc2 {
    margin-left: auto;
    padding: 0 10px;
    margin-right: auto;
  }
  .s3block-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .s2blocks ul li, .s3block-desc ul li {
    background-position: left 4px;
    background-size: 20px;
  }
  .s4-heading {
    padding: 30px 10px 25px;
  }
  .s3block-desc ul li {
    margin: 0 0;
  }
  .s3block-desc ul {
    margin-bottom: 20px;
    display: block;
  }
  .s4-heading::after {
    border: 15px solid transparent;
    bottom: -29px;
    border-top: 15px solid #28282a;
  }
  .animatedParent{
    overflow: hidden;
  }
  /*.section4{
    display: none;
  }*/
  .s4-blocks {
    margin-top: 20px;
  }
  .s4-blocks ul {
    flex-direction: column;
    justify-content: center;
  }
  .s4-blocks ul li {
    text-align: center;
  }
  .s4-blocks ul li h5 {
    font-size: 18px;
  }
  .s4-blocks ul li h5, .s4-blocks ul li p {
    text-align: left;
  }
  .s5-block {
    flex-direction: column;
  }
  .s5-desc {
    padding: 0 10px;
  }
  .s5-block img {
    max-width: 100%;
  }
  .s5-desc strong {
    margin-top: 20px;
  }
  .s5-block2{
    flex-direction: column-reverse;
  }
  .s6-blocks li {
    max-width: calc(50% - 20px);
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .s6-blocks {
    flex-wrap: wrap;
  }
  .s6-blocks li img {
    max-width: 120px;
  }
  .section7 {
    padding: 30px 0;
  }
  .s7-block {
    flex-direction: column;
  }
  .s7-block img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .s8-block {
    flex-direction: column;
    justify-content: center;
    padding: 25px 20px 0;
  }
  .s8-block img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .s8-desc {
    text-align: center;
  }
  .s8-desc h3 {
    margin-bottom: 30px;
  }
  .s9-block {
    flex-direction: column;
  }
  .s9-block img {
    max-width: 250px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .s9-desc strong {
    font-size: 22px;
    margin-bottom: 15px;
  }
  p {
    font-size: 16px;
  }
  .sp-visible {
    display: block;
  }
  .pc-visible {
    display: none;
  }
  .section2 h2 {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  header {
    margin-top: 10px;
  }
  .s5-desc h3 {
    margin: 20px 0 10px;
  }
  .section5 h2 {
    margin-bottom: 30px;
  }
  .section6 {
    padding-bottom: 20px;
  }
  .section6 h2 {
    margin-bottom: 30px;
  }
  .s8-desc h2 {
    margin: 20px 0 30px;
  }
  .section8 {
    padding-bottom: 30px;
  }
  .section9 {
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .s9-desc h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .s9-desc p {
    font-size: 14px;
    line-height: 1.5;
  }
  .section10 form {
    max-width: 345px;
  }
  .section10 {
    min-height: 500px;
  }
}


@media(max-width: 520px){

  .sp1-visible {
    display: block;
  }
}


.font-yugothic {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}
.font-mincho {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

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