@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none !important;
}
.sp-28em {
  display: none;
}
html {
  font-size: 62.5%;
  position: relative;
  z-index: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
a {
  word-break: break-all;
}
a img:hover {
  opacity: .8;
}
/*img {
  image-rendering: -webkit-optimize-contrast; /*chrome画像ぼやけ*/
/*}*/
/*--header--*/
header {
  width: 100%;
  height: 38px;
  background-color: #df2718;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 0 0 65px;
}
/*header p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  padding: 0 0 0 20px;
}*/
header span {
  color: #fff;
  font-size: 1rem;
  text-align: right;
  line-height: 1;
  display: block;
  padding: 0 20px 0 0;
}
header span br {
  display: none;
}
@media screen and (max-width: 800px) {
  header {
    height: 60px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 35px;
    box-sizing: border-box;
  }
  /*header p {
    line-height: 1.5;
    text-align: center;
    padding: 0 50px;
  }*/
  header span {
    line-height: 1.5;
    text-align: center;
    padding: 0 50px;
  }
  header span br {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  /*header p {
    padding: 0;
  }*/
  header span {
    padding: 0;
  }
}
/*--main--*/
.main {
  max-width: 1100px;
  margin: 0 auto;
}
.main__inner {
  margin: 0 auto;
}
.main__inner h1 {
  text-align: center;
}
.main__inner h1 img {
  display: block;
}
.topics_sp {
  display: none !important;
}
.pic_sp {
  display: none !important;
}
.main__inner img {
  width: 100%;
  height: auto;
  display: block;
}
.main p {
  text-align: center;
  color: #df2718;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 30px auto 20px;
  position: relative;
}
.main p::before {
  content: "";
  background: url(../images/img_main.png) no-repeat center center;
  background-size: 143px 258px;
  width: 143px;
  height: 258px;
  display: inline-block;
  position: absolute;
  top: -.2em;
  left: 0;
}
.main p::after {
  content: "";
  background: url(../images/7topics.png) no-repeat center center;
  background-size: 162px 162px;
  width: 162px;
  height: 162px;
  display: inline-block;
  position: absolute;
  top: -.2em;
  right: 0;
}
.main span {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1150px) {
  .main__inner {
    margin: 0 20px;
  }
  .main p {
    margin: 40px auto;
  }
  .main p::before {
    display: none;
  }
  .main p::after {
    display: none;
  }
  .topics_sp {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block !important;
    margin: 0 auto;
  }
  .pic_sp {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block !important;
    margin: 0 auto;
  }
  .main span {
    margin: 40px auto;
  }
}
@media screen and (max-width: 600px) {
  .main__inner h1 img {
    width: 100%;
  }
  .main__inner img {
    width: 60%;
  }
  .main p {
    font-size: 2rem;
    margin: 40px auto;
  }
  .main p {
    text-align: left;
    margin: 30px auto;
  }
  .main p br {
    display: none;
  }
  .main span {
    text-align: left;
    margin: 30px auto;
  }
  .main span br {
    display: none;
  }
  .pic_sp {
    max-width: 280px;
  }
}
p.comment {
  max-width: 1100px;
  color: #df2718;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 50px auto 0;
  border-radius: 90px;
  border: 1px solid #df2718;
  padding: 15px 20px;
}
@media screen and (max-width: 1100px) {
  p.comment {
    margin: 50px 20px 0;
  }
}
@media screen and (max-width: 48em) {
  p.comment {
    margin: 50px 20px 40px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 380px) {
  p.comment {
    border-radius: 10px;
  }
}
/*--map--*/
.map {
  text-align: center;
  position: relative;
}
.map img {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 0;
  image-rendering: -webkit-optimize-contrast; /*chrome画像ぼやけ*/
}
.map p {
  position: absolute;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  left: 5%;
  top: 15%;
}
.map span {
  font-size: 1rem;
  display: inline-block;
}
.map a {
  color: #333;
  text-decoration: underline;
}
.map a:hover {
  text-decoration: none;
}
@media screen and (max-width: 48em) {
  .map p {
    left: 5%;
    top: 10%;
    right: 5%;
    margin: auto;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .map span {
    font-size: 1rem;
    display: inline;
  }
}
/*--explain--*/
.bottom-bg {
  background-image: url(images/bottom-bg.jpg);
  background-repeat: repeat;
  /*background-size: contain;*/
  margin-top: -2px;
}
.explain {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 15px;
  padding-top: 50px;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
}
.explain__inner {
  margin: 0 30px;
}
.explain__top {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.explain__top__text {
  width: 100%;
  max-width: 850px;
  padding: 20px 240px 25px 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.explain__top__text h2 {
  color: #df2718;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
  margin-right: 30px;
}
.explain__top__text img {
  padding-top: 10px;
}
.exlain__under {
  background-color: #df2718;
  border-radius: 0 0 20px 20px;
}
.exlain__under__text {
  width: 100%;
  max-width: 975px;
  padding: 25px 230px 25px 35px;
}
.exlain__under__text p {
  color: #fff;
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
}
.earth {
  width: 100%;
  max-width: 168px;
  position: absolute;
  right: 45px;
  top: 25px;
}
/*--notes--*/
.notes {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
}
.notes__inner {
  margin: 0 30px;
}
.notes p {
  color: #fff;
  font-size: 10px;
  line-height: 1.7;
}
.notes a {
  color: #fff;
}
.notes a:hover {
  text-decoration: underline;
}
/*--footer--*/
footer {
  height: 80px;
  margin: 40px 0 0;
  background-color: #df2718;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
footer p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
/*--sp--*/
@media screen and (max-width: 48em) {
  .pc-only {
    display: none !important;
  }
  .sp-31em {
    display: none;
  }
  .sp-only {
    display: block !important;
  }
  /*--map--*/
  .map img {
    margin: 0 auto;
  }
  /*--explain--*/
  .bottom-bg {
    background-image: url(images/bottom-bg.jpg);
    background-repeat: repeat;
    /*background-size: contain;*/
    margin-top: -2px;
  }
  .explain {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    padding-top: 40px;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
  }
  .explain__inner {
    margin: 0 30px;
  }
  .explain__top {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    position: relative;
  }
  .explain__top__text {
    width: 100%;
    max-width: 400px;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 auto;
  }
  .explain__top__text h2 {
    color: #df2718;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-right: 20px;
  }
  .explain__top__text img {
    padding-top: 0;
    width: 40px;
  }
  .exlain__under {
    background-color: #df2718;
    border-radius: 0 0 20px 20px;
  }
  .exlain__under__text {
    width: 100%;
    max-width: 975px;
    padding: 40px 20px;
  }
  .exlain__under__text p {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
  }
  .earth {
    width: 100%;
    max-width: 168px;
    position: absolute;
    right: 45px;
    top: 25px;
  }
  /*--notes--*/
  .notes {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .notes__inner {
    margin: 0 30px;
  }
  .notes p {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
  }
  .notes a {
    color: #fff;
  }
  .notes a:hover {
    text-decoration: underline;
  }
  /*--footer--*/
  footer {
    height: auto;
    margin: 40px 0 0;
    padding: 20px;
  }
  footer p {
    text-align: left;
  }
  .pagetop {
    position: relative;
    bottom: -20px;
    margin-right: 20px;
    text-align: right;
  }
  .pagetop img {
    width: 50px;
    height: auto;
  }
  .pagetop a {
    display: block;
    text-decoration: none;
  }
  .pagetop:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 31em) {
  .sp-31em {
    display: block;
  }
}
@media screen and (max-width: 28.5em) {
  .sp-28em {
    display: block;
  }
  .explain__top__text {
    padding: 20px;
    align-items: flex-start;
    justify-content: space-around
  }
  .explain__top__text h2 {
    font-size: 16.5px;
    margin-right: 0;
    line-height: 2;
  }
  .explain__top__text a {
    text-align: right;
  }
  .explain__top__text img {
    margin-left: auto;
    margin-top: 8.5px;
    width: 41.5px;
    padding-left: 10px;
  }
  /*.explain__top__text h2 {
        width: 60%;
        margin-right: 10%;
        line-height: 1.5;
    }
    .explain__top__text img {
        width: 30%;
        max-width: 73px;
    }*/
}
/**********************/
.topics {
  background-color: #fdf8ed;
  margin: 60px auto 0;
  padding: 65px 0 20px;
}
.topics_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.topics dl {
  width: 510px;
  margin: 0 0 60px;
}
.topics dt {
  height: 83px;
  font-size: 1.9rem;
  line-height: 1.6;
  color: #df2718;
  font-weight: bold;
  padding: 0 0 0 110px;
  margin: 0 0 30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.topics dt::before {
  content: "";
  width: 90px;
  height: 83px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.topics dl:nth-child(1) dt::before {
  background: url(../images/icon_01.png) no-repeat center center;
  background-size: 90px 83px;
}
.topics dl:nth-child(2) dt::before {
  background: url(../images/icon_02.png) no-repeat center center;
  background-size: 90px 83px;
}
.topics dl:nth-child(3) dt::before {
  background: url(../images/icon_03.png) no-repeat center center;
  background-size: 90px 83px;
}
.topics dl:nth-child(4) dt::before {
  background: url(../images/icon_04.png) no-repeat center center;
  background-size: 90px 83px;
}
.topics dl:nth-child(5) dt::before {
  background: url(../images/icon_05.png) no-repeat center center;
  background-size: 90px 83px;
}
.topics dl:nth-child(6) dt::before {
  background: url(../images/icon_06.png) no-repeat center center;
  background-size: 90px 83px;
}
.topics dl:nth-child(7) dt::before {
  background: url(../images/icon_07.png) no-repeat center center;
  background-size: 90px 83px;
}
.topics dt b {
  display: none!important;
}
.topics dd {
  font-size: 1.6rem;
  line-height: 1.9;
}
.topics dd img {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
}
.topics a {
  text-decoration: underline;
  color: #df2718;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 50px 0 0;
  display: inline-block;
}
.topics a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1150px) {
  .topics_inner {
    width: auto;
    margin: 0 20px;
  }
  .topics dl {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .topics {
    margin: 30px auto 50px;
    padding: 65px 0 0;
  }
  .topics_inner {
    justify-content: center;
  }
  .topics dl {
    width: 100%;
    margin: 0 0 50px;
  }
  .topics dt {
    padding: 0 0 0 100px;
  }
  .topics dt br {
    display: none;
  }
  .topics dt b {
    display: inline!important;
  }
  .topics dd img {
    width: 80%;
  }
}
.company {
  width: 1100px;
  margin: 100px auto 0;
}
.company h2 img {
  width: 100%;
  max-width: 688px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}
.company p {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 70px;
}
.company img.logo {
  width: 100%;
  max-width: 372px;
  height: auto;
  display: block;
  margin: 0 auto 70px;
}
.company span {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: left;
  display: block;
}
.company span a {
  text-decoration: underline;
  color: #333;
}
.company span a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1150px) {
  .company {
    width: auto;
    margin: 100px 20px 0;
  }
  .company h2 img {
    margin: 0 auto 40px;
  }
  .company p {
    margin: 0 auto 70px;
    text-align: left;
  }
  .company p br {
    display: none;
  }
  .company img.logo {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 600px) {
  .company {
    margin: 90px 20px 0;
  }
  .company p {
    margin: 0 auto 40px;
  }
  .company img.logo {
    max-width: 200px;
    margin: 0 auto 40px;
  }
  .company span {
    line-height: 2;
  }
}
@media screen and (max-width: 414px) {
  .company {
    margin: 70px 20px 0;
  }
}
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.company .btn {
  width: 600px;
  margin: 0 auto 70px;
}
.company .btn a {
  width: 600px;
  height: 70px;
  line-height: 1;
  display: block;
  border: 3px solid #df2718;
  border-radius: 90px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #df2718;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.company .btn a:hover {
  border: 3px solid #df2718;
  color: #fff;
  background-color: #df2718;
  transition: 0.3s ease-in-out;
}
.company .btn br {
  display: none;
}
.company .btn b {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
.company .btn b::after {
  content: "";
  background: url(../images/icon.png) no-repeat center center;
  background-size: 20px 31px;
  width: 20px;
  height: 31px;
  display: inline-block;
  position: absolute;
  top: -0.4em;
  right: 0;
}
.company .btn a:hover b::after {
  background: url(../images/icon_ov.png) no-repeat center center;
  background-size: 20px 31px;
}
@media screen and (max-width: 700px) {
  .company .btn {
    width: auto;
    margin: 0 0 40px;
  }
  .company .btn a {
    width: auto;
    height: 90px;
    line-height: 1.5;
  }
  .company .btn br {
    display: block;
  }
  .company .btn b::after {
    top: .5em;
  }
}
@media screen and (max-width: 414px) {
  .company .btn a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 330px) {
  .company .btn a {
    font-size: 1.5rem;
    border-radius: 10px;
  }
}