@charset "utf-8";
body,html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px;
  line-height: 160%;
  color: #121212;
  background: #fff;
}
input,img,iframe,textarea {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.wrapper {
  margin: 4% 0;
}
.clearfix{zoom:1;}
.clearfix:after{
  display:block;
  content:'';
  clear:both;
}
.view_pc {
  display: block;
}
.view_sp {
  display: none;
}
br.sp {
  display: none;
}
section a, header a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}
section a, section a:hover ,section a img, header a, header a:hover ,header a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
section a:hover img, section a:hover, header a:hover img, header a:hover {
  opacity: 0.8;
}
section a:visited, header a:visited, header a:link {
  color: #000;
  text-decoration: none;
}
section ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
section h1, section h2, section h3, section h4, section h5, section h6 {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #121212;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
section h2 {
  font-size: 40px;
  line-height: 1.5;
}
section h3 {
  font-size: 35px;
  line-height: 1.8;
  color: #ffb401;
  border-bottom: solid 2px #ffb401;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
section h4 {
  font-size: 30px;
  text-align: left;
  line-height: 1.3;
}
section h5 {
  font-size: 25px;
  color: #ffb401;
  min-height: 50px;
  margin-bottom: 20px;
}
section h5 span {
  font-size: 18px;
  display: block;
}
section p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  font-size: 18px;
  margin: 32px 0;
  line-height: 1.8;
  color: #121212;
}
section p.small {
  font-size: 16px;
}
section p.large {
  font-size: 30px;
}
section p.bold {
  font-weight: bold;
}
section p.black {
  color: #000;
}
section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/** 画像 **/
img.logo {
  width: 225.5px;
  float: left;
}
img.about_i01_pc {
  width: 709.5px;
}
img.about_i02_pc {
  width: 1050px;
  margin: 5% 0;
}
img.feature_i01 {
  width: 642px;
  padding-left: 8%;
}
img.feature_illust01 {
  width: 353.5px;
}
img.feature_illust02 {
  width: 336.5px;
}
img.feature_illust03 {
  width: 340.5px;
}
img.feature_illust04 {
  width: 347px;
}
img.feature_illust05 {
  width: 326px;
}
img.message_i01_pc {
  width: 693px;
}
img.mv_pc {
  width: 1600px;
}

header.main .container {
  position: relative;
  padding: 20px 0 10px;
}
header.main p {
  font-size: 10px;
  color: #ed6d2a;
  position: absolute;
  left: 0;
  bottom: 5px;
  margin: auto;
  letter-spacing: 0.23em;
}
header.main nav {
  position: absolute;
  right: 0;
  top: 25px;
  bottom: 0;
  margin: auto;
}
header.main nav ul li {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
header.main nav ul li a {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
header.main nav ul li a:before{
  position: absolute;
  bottom: 0em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #ff9001;
  transition: .5s;
}
header.main nav ul li a:hover:before {
  width: 100%;
}
section .entry {
  background: url(images/entry_bg.jpg) repeat top center;
  background-size: 0.5%;
  padding: 20px 0 27px;
  width: 100%;
}
section .entry p {
  margin: 0;
  color: #000;
  font-weight: bold;
}
section .entry a.btn {
  background: #00b034;
  color: #fff;
  padding: 15px 0;
  width: 400px;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px #191700;
  -moz-box-shadow: 0px 2px 4px #191700;
  box-shadow: 0px 2px 4px #191700;
  font-weight: bold;
  font-size: 20px;
}
section .entry a.btn:link {
  text-decoration: none;
}
section.mv {
  background: #ffb401;
}
section.about {
  padding-top: 5%;
}
section.feature {
  background: #ffb401;
  padding: 5% 0;
}
section.feature ul li {
  margin: 10% auto;
}
section.feature ul li:last-child {
  margin-bottom: 0;
}
section.feature ul li img {
  display: inline-block;
}
section.feature ul li .txt {
  display: inline-block;
  width: 52%;
  margin: 5% 0 0 3%;
}
section.feature ul li .txt p {
  text-align: left;
}
section.voice {
  padding: 5% 0;
}
section.voice ul {
  margin: 5% 0;
}
section.voice ul li {
  width: 32%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}
section.voice ul li:last-child {
  margin-right: 0;
}
section.voice ul li img {
  border-radius: 10px;
}
section.voice ul li p {
  text-align: left;
  margin-top: 20px;
}
section.message span {
  display: block;
  margin: 10px auto;
  color: #999;
  font-size: 13px;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 94%;
    margin: 0 3%;
  }
  section h2 {
    font-size: 34px;
  }
  section h3 {
    font-size: 30px;
  }
  section h4 {
    font-size: 24px;
  }
  section h5 {
    font-size: 21px;
  }
  section h5 span {
    font-size: 12px;
  }
  section p {
    font-size: 16px;
  }
  img.feature_i01 {
    width: 45%;
    padding-left: 7%;
  }
  img.feature_illust01,img.feature_illust02,img.feature_illust03,img.feature_illust04,img.feature_illust05 {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  section h3 {
    font-size: 26px;
  }
  section h4 {
    font-size: 20px;
  }
  section p {
    font-size: 14px;
  }
  section p.large {
    font-size: 26px;
  } 
  section p.small {
    font-size: 12px;
  }
  img.feature_i01 {
    width: 80%;
    padding-left: 12%;
  }
}
@media screen and (max-width: 414px) {
  .view_pc {
    display: none;
  }
  .view_sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .wrapper {
    margin: 7% 0;
  }
  section h2 {
    font-size: 24px;
  }
  section h3, section p.large {
    font-size: 16px;
    margin-top: 5px;
  }
  section h4 {
    font-size: 23px;
  }
  section h5 {
    margin-bottom: 10px;
    min-height: auto;
  }
  section h5, section h5 span {
    font-size: 18px;
  }
  img.logo {
    width: 40%;
  }
  img.feature_i01 {
    width: 90%;
    padding-left: 3%;
  }
  header.main .container {
    position: relative;
    padding-bottom: 10px;
  }
  header.main p {
    color: #ed6d2a;
    letter-spacing: normal;
    width: max-content;
    height: max-content;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
  }
  section .entry a.btn {
    width: 94%;
    font-size: 20px;
    padding: 20px 0;
  }
  section .entry p {
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 16px;
  }
  section.voice {
    padding: 10% 0;
  }
  section.voice ul li {
    width: 90%;
    margin: 5% 0;
  }
  section.voice ul li p {
    margin-top: 10px;
  }
  section.message p {
    text-align: left;
  }
  section.feature ul li img {
    display: block;
    width: 50%;
  }
  section.feature ul li .txt {
    display: inline-block;
    width: 100%;
    margin: 5% 0 0 0;
  }
  section.feature ul li .txt p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 375px) {
  section h3, section p.large, section .entry p {
    font-size: 14px;
  }
  section h4 {
    font-size: 20px;
  }
  section p {
    font-size: 13px;
  }
  section .entry a.btn {
    font-size: 18px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 360px) {
  section p {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  section h3, section p.large, section .entry p {
    font-size: 12px;
  }
  section h4 {
    font-size: 18px;
  }
  section h5, section h5 span {
    font-size: 16px;
  }
  section p {
    font-size: 11px;
  }
  img.logo {
    width: 32%;
  }
  section .entry a.btn {
    font-size: 16px;
    padding: 10px 0;
  }
}