@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&display=swap');

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","YuGothic","Yu Gothic","游ゴシック","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #444;
  background: rgba(253, 135, 61, 0.1);

}
  @media (max-width:575px){
    body {
      font-size: 1.3rem;
    }
  }

a,
a:visited {
  text-decoration: none;
  color: #dc3545;
}
@media (min-width:576px){
  a:hover {
    text-decoration: none;
    
  }
}
@media (max-width:575px){
  a:active {
    text-decoration: none;
    
  }
}

a.disabled {
  pointer-events: none;
}

.text-link {
  border-bottom: 3px solid;
  padding-bottom: 5px;
}

img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

/* Header */
header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

header .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 8px 0;
}

@media (max-width:1025px){
  header .inner {
    padding-left: 10px;
  }
}

.logo {
  width: 200px;
  height: auto;
}

@media (max-width: 575px){
  .logo {
    width: 140px;
    height: auto;
  }
}

main {
  
}



section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
  background: #fff;
}
@media (max-width:1024px){
  section {
    padding: 30px;
  }
}
@media (max-width:767px){
  section {
    padding: 15px;
  }
}

section + section {
  margin-top: 30px;
}

@media (max-width:575px){
  section + section {
    margin-top: 15px;
  }
}

.desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}


@media (max-width:767px){
  .desc {
    text-align: left;
    font-size: 1.8rem;
  }
}

@media (max-width:575px){
  .desc {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: normal;
  }
}

h2 {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

@media (min-width:768px){
  h2 {
    margin-top: 30px;
  }
}

h2 img {
  width: 100%;
  height: auto;
}

/* headline */
.headline {
  text-align: center;
}




h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #dc3545;
  line-height: 1.5;
  border-bottom: 1px dashed #dc3545;
}

@media (max-width:767px){
  h3 {
    font-size: 1.6rem;
  }
}

@media (max-width:575px){
  h3 {
    font-size: 1.5rem;
  }
}


.btn-item {
  display: inline-block;
  background: #42b5d4;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 30px;
  border: 1px solid #42b5d4;
  line-height: 1;
  transition: 0.3s;
}

.btn-item:link,
.btn-item:visited,
.btn-item:hover,
.btn-item:active,
.btn-item:focus {
  text-decoration: none;
  color: #fff;
}

@media (min-width:576px){
  .btn-item:hover {
    background: #4fbed9;
    color: #fff;
  }
}

@media (max-width:575px){
  .btn-item {
    display: block;
    text-align: center;
    padding: 10px;
    letter-spacing: 0;
  }
  
  .btn-item:active {
    color: #fff;
    background: #4fbed9;
  }
}

.caption {
  width: 100%;
  margin: 0.5em 0 2.0em;
}

@media (min-width:576px){
  .caption {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}




.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Footer */
footer {
  width: 100%;
  padding: 30px;
  background: #222;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
}

footer p,
footer address{
  font-size: 1.2rem;
}

@media (max-width:767px){
  footer p {
    text-align: left;
  }
}



/* Page scroll */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  margin: 0;
  line-height: 0;
}

@media (max-width:575px){
  #page-top {
    right: 10px;
  }
}

#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #222;
  border-radius: 50%;
}

#page-top a:hover {
  background: #444;
  transition: 0.3s;
}

#page-top::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -4px;
}

